mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 16:07:52 -06:00
feat: Fix hive errors, change provider hierarchy for blocs, translate strings
This commit is contained in:
@@ -319,7 +319,9 @@ class _AuthenticationWrapperState extends State<AuthenticationWrapper> {
|
||||
),
|
||||
),
|
||||
],
|
||||
child: const HomePage(),
|
||||
child: HomePage(
|
||||
key: ValueKey(authentication.userId),
|
||||
),
|
||||
);
|
||||
} else if (authentication.showBiometricAuthenticationScreen) {
|
||||
return const VerifyIdentityPage();
|
||||
|
||||
Reference in New Issue
Block a user