0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 00:32:35 +01:00

modules/client/register: Use better default flows.

This commit is contained in:
Jason Volk 2020-04-13 16:02:34 -07:00
parent 053398c74d
commit 592f6fe673

View file

@ -186,11 +186,16 @@ const std::string
flows{R"({ flows{R"({
"flows": "flows":
[ [
{
"stages":
[
"m.login.dummy"
]
},
{ {
"stages": "stages":
[ [
"m.login.dummy", "m.login.dummy",
"m.login.password",
"m.login.email.identity" "m.login.email.identity"
] ]
} }