feat(authentication): add reauthenticate, updateEmail and updatePassword #62

Merged
malo merged 4 commits from authentication/feature/email_password_edit into master 2022-12-08 03:45:20 +00:00
Showing only changes of commit 94d7efbe8c - Show all commits

View File

@ -48,7 +48,7 @@ class InputBuilderTextController<Cubit extends FormDataCubit, S extends String?,
@override
Widget build(BuildContext context) {
final formName = context.watch<Cubit>().formName;
final formName = context.read<Cubit>().formName;
final value =
context.read<FormRepository>().accessForm(formName).valueOf<S>(field);
_controller