MPin
This commit is contained in:
parent
c0e892341b
commit
1ad1cd07cc
@ -46,7 +46,6 @@ class AuthRepository {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Future<User?> getCurrentUser() async {
|
||||
final userJson = await _secureStorage.read(_userKey);
|
||||
if (userJson != null) {
|
||||
|
@ -3,7 +3,6 @@ import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
import 'package:kmobile/features/auth/controllers/auth_cubit.dart';
|
||||
import 'package:kmobile/security/secure_storage.dart';
|
||||
import 'package:material_symbols_icons/material_symbols_icons.dart';
|
||||
|
||||
import '../../../app.dart';
|
||||
|
||||
class MPinScreen extends StatefulWidget {
|
||||
|
@ -4,8 +4,6 @@ import 'package:kmobile/features/auth/controllers/auth_cubit.dart';
|
||||
import 'package:kmobile/features/auth/screens/mpin_setup_confirm.dart';
|
||||
import 'package:material_symbols_icons/material_symbols_icons.dart';
|
||||
|
||||
import '../../../app.dart';
|
||||
|
||||
class MPinSetupScreen extends StatefulWidget {
|
||||
const MPinSetupScreen({super.key});
|
||||
|
||||
|
@ -4,7 +4,6 @@ import 'package:kmobile/features/auth/controllers/auth_cubit.dart';
|
||||
import 'package:kmobile/security/secure_storage.dart';
|
||||
import 'package:material_symbols_icons/material_symbols_icons.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
import 'package:collection/collection.dart';
|
||||
|
||||
import '../../../app.dart';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user