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:
parent
053398c74d
commit
592f6fe673
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue