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 672aba7084 - Show all commits

View File

@ -196,6 +196,7 @@ class AuthenticationMockDataSourceImpl extends AuthenticationRemoteDataSource {
);
_streamAccount.add(mock);
_registeredMock = Pair(mock, password);
_connectedMock = _registeredMock!.copyWith();
_lastSignInTime = DateTime.now();
return Future.value(mock);
}