change_password

This commit is contained in:
mohammad
2024-12-30 16:51:35 +03:00
parent 33d2bbc91f
commit 8be05fbd91
16 changed files with 864 additions and 33 deletions

View File

@ -204,6 +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();