This commit is contained in:
2025-05-30 18:06:56 +05:30
parent c0e892341b
commit 1ad1cd07cc
4 changed files with 0 additions and 5 deletions

View File

@@ -46,7 +46,6 @@ class AuthRepository {
}
}
}
Future<User?> getCurrentUser() async {
final userJson = await _secureStorage.read(_userKey);
if (userJson != null) {