mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Fix tag for Flow struct field
This commit is contained in:
parent
d975de3c05
commit
c852dc4180
|
|
@ -17,5 +17,5 @@ package authtypes
|
|||
// Flow represents one possible way that the client can authenticate a request.
|
||||
// https://matrix.org/docs/spec/client_server/r0.3.0.html#user-interactive-authentication-api
|
||||
type Flow struct {
|
||||
Stages []LoginType `json:"stages" yaml:"stages`
|
||||
Stages []LoginType `json:"stages" yaml:"stages"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue