mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Fix completed session stage for LoginTypeEmailIdentity
This commit is contained in:
parent
1c5fea6854
commit
15e6056540
|
|
@ -769,7 +769,7 @@ func handleRegistrationFlow(
|
|||
if err := validateEmailIdentity(req.Context(), r.Auth.ThreePidCreds); err != nil {
|
||||
return *err
|
||||
}
|
||||
AddCompletedSessionStage(sessionID, authtypes.LoginTypeApplicationService)
|
||||
AddCompletedSessionStage(sessionID, authtypes.LoginTypeEmailIdentity)
|
||||
|
||||
case "":
|
||||
// An empty auth type means that we want to fetch the available
|
||||
|
|
|
|||
Loading…
Reference in a new issue