This commit is contained in:
jantunesmesias 2024-08-27 17:53:28 -03:00
parent efdcf6c029
commit 21b416e7e4
2 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,7 @@ class AppState extends ChangeNotifier {
void deleteCliUUID() {
secureStorage.delete(key: 'ff_cliUUID');
AppState().cliUUID = '';
}
String _userDevUUID = '';

View File

@ -313,6 +313,7 @@ class PreferencesPageModel with ChangeNotifier {
AppState().deleteCliUUID();
AppState().deleteLocal();
AppState().deleteOwnerUUID();
context.goNamed(
'homePage',
extra: <String, dynamic>{