Skip to content

Commit 59ea2d9

Browse files
committed
Set the authentication state, just to be sure
1 parent 9055514 commit 59ea2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/providers/auth.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class AuthProvider with ChangeNotifier {
163163

164164
// If update is required don't log in user
165165
if (await applicationUpdateRequired()) {
166+
state = AuthState.updateRequired;
166167
return LoginActions.update;
167168
}
168169

0 commit comments

Comments
 (0)