From 38eb299011672fc840849ae51e67adefef882bec Mon Sep 17 00:00:00 2001 From: Ansh Date: Fri, 21 Apr 2023 16:55:29 -0700 Subject: [APP-522] Create & revoke App Passwords within settings (#505) * create and delete app passwords * add randomly generated name * Tweak copy and layout of app passwords * Improve app passwords on desktop web * Rearrange settings * Change app-passwords route and add to backend * Fix link * Fix some more desktop web * Remove log --------- Co-authored-by: Paul Frazee --- src/Navigation.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 3973b9dfa..186432c8c 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -46,6 +46,7 @@ import {CommunityGuidelinesScreen} from './view/screens/CommunityGuidelines' import {CopyrightPolicyScreen} from './view/screens/CopyrightPolicy' import {usePalette} from 'lib/hooks/usePalette' import {useStores} from './state' +import {AppPasswords} from 'view/screens/AppPasswords' const navigationRef = createNavigationContainerRef() @@ -84,6 +85,7 @@ function commonScreens(Stack: typeof HomeTab) { component={CommunityGuidelinesScreen} /> + ) } -- cgit 1.4.1