fix : exit logic -> chicken
chore : profile page -> poultry science
This commit is contained in:
@@ -70,7 +70,6 @@ class TokenStorageService extends GetxService {
|
||||
UserLocalModel? user = getUserLocal(module);
|
||||
user?.token = null;
|
||||
user?.refreshToken = null;
|
||||
user?.backend = null;
|
||||
await user?.save();
|
||||
accessToken.value = null;
|
||||
refreshToken.value = null;
|
||||
|
||||
Reference in New Issue
Block a user