mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 02:07:58 -06:00
feat: Add new translations, add list of existing accounts to login page
This commit is contained in:
@@ -278,6 +278,7 @@ class _AuthenticationWrapperState extends State<AuthenticationWrapper> {
|
||||
titleString: S.of(context)!.connectToPaperless,
|
||||
submitText: S.of(context)!.signIn,
|
||||
onSubmit: _onLogin,
|
||||
showLocalAccounts: true,
|
||||
),
|
||||
requriresLocalAuthentication: () => const VerifyIdentityPage(),
|
||||
authenticated: (localUserId, apiVersion) => HomeRoute(
|
||||
|
||||
Reference in New Issue
Block a user