mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
parent
3b0774805c
commit
f06637435b
@ -42,14 +42,12 @@ type flows struct {
|
||||
|
||||
type flow struct {
|
||||
Type string `json:"type"`
|
||||
Stages []string `json:"stages"`
|
||||
}
|
||||
|
||||
func passwordLogin() flows {
|
||||
f := flows{}
|
||||
s := flow{
|
||||
Type: "m.login.password",
|
||||
Stages: []string{"m.login.password"},
|
||||
}
|
||||
f.Flows = append(f.Flows, s)
|
||||
return f
|
||||
|
Loading…
Reference in New Issue
Block a user