WIP
This commit is contained in:
parent
efdcf6c029
commit
21b416e7e4
|
@ -320,6 +320,7 @@ class AppState extends ChangeNotifier {
|
|||
|
||||
void deleteCliUUID() {
|
||||
secureStorage.delete(key: 'ff_cliUUID');
|
||||
AppState().cliUUID = '';
|
||||
}
|
||||
|
||||
String _userDevUUID = '';
|
||||
|
|
|
@ -313,6 +313,7 @@ class PreferencesPageModel with ChangeNotifier {
|
|||
AppState().deleteCliUUID();
|
||||
AppState().deleteLocal();
|
||||
AppState().deleteOwnerUUID();
|
||||
|
||||
context.goNamed(
|
||||
'homePage',
|
||||
extra: <String, dynamic>{
|
||||
|
|
Loading…
Reference in New Issue