MPin
This commit is contained in:
@@ -46,7 +46,6 @@ class AuthRepository {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Future<User?> getCurrentUser() async {
|
||||
final userJson = await _secureStorage.read(_userKey);
|
||||
if (userJson != null) {
|
||||
|
Reference in New Issue
Block a user