mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 10:25:03 -06:00
feat: add permission/user/group models, start integration into code
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ class _AuthenticationWrapperState extends State<AuthenticationWrapper> {
|
||||
builder: (context, authentication) {
|
||||
if (authentication.isAuthenticated) {
|
||||
return HomeRoute(
|
||||
key: ValueKey(authentication.userId),
|
||||
key: ValueKey(authentication.localUserId),
|
||||
);
|
||||
} else if (authentication.showBiometricAuthenticationScreen) {
|
||||
return const VerifyIdentityPage();
|
||||
|
||||
Reference in New Issue
Block a user