mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 05:14:54 +00:00
CreateTemporaryPassword
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user