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