0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-04 06:38:58 +02:00

modules/client/register: Add email to the registration flows.

This commit is contained in:
Jason Volk 2019-03-04 09:28:02 -08:00
parent c0ab6080d8
commit 68ed0d6133

View file

@ -380,7 +380,9 @@ flows
{
"stages":
[
"m.login.dummy", "m.login.password"
"m.login.dummy",
"m.login.password",
"m.login.email.identity"
]
}
]