mirror of
https://github.com/matrix-construct/construct
synced 2025-01-18 18:41:55 +01:00
modules/client/register: Add email to the registration flows.
This commit is contained in:
parent
c0ab6080d8
commit
68ed0d6133
1 changed files with 3 additions and 1 deletions
|
@ -380,7 +380,9 @@ flows
|
|||
{
|
||||
"stages":
|
||||
[
|
||||
"m.login.dummy", "m.login.password"
|
||||
"m.login.dummy",
|
||||
"m.login.password",
|
||||
"m.login.email.identity"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue