submission dialog for tablet and web

This commit is contained in:
amirrezaghabeli
2025-08-27 09:05:18 +03:30
parent 5aab723ffd
commit 89668fd2f1
4 changed files with 183 additions and 19 deletions
+1
View File
@@ -51,5 +51,6 @@ class AuthService {
Future<void> localLogout() async {
final prefs = await SharedPreferences.getInstance();
await prefs.remove('bearer');
await prefs.remove('refresh_token');
}
}