mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 03:49:40 +00:00
count_down_ac
This commit is contained in:
@ -204,7 +204,7 @@ class AuthCubit extends Cubit<AuthState> {
|
||||
const FlutterSecureStorage().write(
|
||||
key: UserModel.userUuidKey,
|
||||
value: Token.decodeToken(token.accessToken)['uuid'].toString());
|
||||
|
||||
|
||||
user = UserModel.fromToken(token);
|
||||
emailController.clear();
|
||||
passwordController.clear();
|
||||
|
Reference in New Issue
Block a user