feat: add permission/user/group models, start integration into code

This commit is contained in:
Anton Stubenbord
2023-04-30 17:42:59 +02:00
parent 3c98916199
commit 4e87a196f9
21 changed files with 1975 additions and 156 deletions
+1 -1
View File
@@ -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();