merge branches

This commit is contained in:
amirrezaghabeli
2025-08-20 13:11:22 +03:30
parent 1af9c0a76b
commit 4b51071aad
36 changed files with 1894 additions and 167 deletions
-7
View File
@@ -74,13 +74,6 @@ class AuthViewModel with ChangeNotifier {
notifyListeners();
}
void forceLogout() {
_loggedInUser = null;
usernameController.clear();
passwordController.clear();
notifyListeners();
}
Future<void> logout() async {
_errorMessage = null;
notifyListeners();