submission dialog for tablet and web
This commit is contained in:
@@ -51,5 +51,6 @@ class AuthService {
|
||||
Future<void> localLogout() async {
|
||||
final prefs = await SharedPreferences.getInstance();
|
||||
await prefs.remove('bearer');
|
||||
await prefs.remove('refresh_token');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user