mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
forget password changes
This commit is contained in:
@ -28,7 +28,6 @@ class VisitorPasswordBloc extends Bloc<VisitorPasswordEvent, VisitorPasswordStat
|
||||
selectAccessType(SelectPasswordType event, Emitter<VisitorPasswordState> emit) {
|
||||
accessTypeSelected=event.type;
|
||||
print(accessTypeSelected);
|
||||
|
||||
emit(PasswordTypeSelected(event.type));
|
||||
}
|
||||
|
||||
|
@ -86,7 +86,7 @@ class VisitorPasswordDialog extends StatelessWidget {
|
||||
SizedBox(
|
||||
width: size.width*0.15,
|
||||
child: RadioListTile<String>(
|
||||
title: Text('Online Password'),
|
||||
title: const Text('Online Password'),
|
||||
value: 'Online Password',
|
||||
groupValue: (state is PasswordTypeSelected)
|
||||
? state.selectedType
|
||||
|
Reference in New Issue
Block a user