CreateTemporaryPassword

This commit is contained in:
mohammad
2024-06-27 16:59:05 +03:00
parent 4b09259a47
commit 3e7b6839d9
16 changed files with 623 additions and 7 deletions

View File

@ -275,10 +275,7 @@ class AuthCubit extends Cubit<AuthState> {
getTokenAndValidate() async {
emit(AuthTokenLoading());
const storage = FlutterSecureStorage(
aOptions: AndroidOptions(
encryptedSharedPreferences: true,
));
const storage = FlutterSecureStorage();
final firstLaunch =
await SharedPreferencesHelper.readBoolFromSP(StringsManager.firstLaunch) ?? true;