Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 0169fc4

Browse files
authored
Update setup_local_auth_cubit.dart
1 parent 9119fc7 commit 0169fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/blocs/cubit/setup_local_auth_cubit.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ class SetuplocalauthCubit extends Cubit<SetupStage> {
107107
emit(
108108
lastState.copyWith(
109109
error: l,
110-
pin: l == LocalAuthFailure.pinNotMatching ? '' : null,
111-
confirmationPin: l == LocalAuthFailure.pinNotMatching ? '' : null,
110+
pin: '',
111+
confirmationPin: '',
112112
),
113113
);
114114
},

0 commit comments

Comments
 (0)