Fix tag for Flow struct field

This commit is contained in:
Piotr Kozimor 2021-04-21 15:10:30 +02:00
parent d975de3c05
commit c852dc4180

View file

@ -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"`
}