mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Set the authentication state, just to be sure
This commit is contained in:
@@ -163,6 +163,7 @@ class AuthProvider with ChangeNotifier {
|
||||
|
||||
// If update is required don't log in user
|
||||
if (await applicationUpdateRequired()) {
|
||||
state = AuthState.updateRequired;
|
||||
return LoginActions.update;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user