most of the bugs are just me being silly ngl
This commit is contained in:
parent
ece2c62762
commit
ac82ec4d48
2 changed files with 4 additions and 2 deletions
|
@ -6,4 +6,6 @@ void saveLogout() async {
|
|||
await preferences.setString('LastUser', "");
|
||||
await preferences.setString('LastToken', "");
|
||||
await preferences.setString('LastEmail', "");
|
||||
await preferences.setString('username', "");
|
||||
await preferences.setString('password', "");
|
||||
}
|
||||
|
|
Reference in a new issue