fix: Support for email registration
This commit is contained in:
parent
dc33e526f3
commit
0ff66f6f58
1 changed files with 1 additions and 3 deletions
|
|
@ -50,9 +50,7 @@ class _SignUpPasswordState extends State<SignUpPassword> {
|
|||
await waitForLogin;
|
||||
} on MatrixException catch (exception) {
|
||||
if (exception.requireAdditionalAuthentication) {
|
||||
final stages = exception.authenticationFlows
|
||||
.firstWhere((a) => !a.stages.contains('m.login.email.identity'))
|
||||
.stages;
|
||||
final stages = exception.authenticationFlows.first.stages;
|
||||
|
||||
final currentStage = exception.completedAuthenticationFlows == null
|
||||
? stages.first
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue