mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Add struct for UI auth fallback request
This commit is contained in:
parent
6010305aed
commit
a585557b37
1 changed files with 5 additions and 0 deletions
|
|
@ -69,6 +69,11 @@ type ReqLogin struct {
|
|||
StoreCredentials bool `json:"-"`
|
||||
}
|
||||
|
||||
type ReqUIAuthFallback struct {
|
||||
Session string `json:"session"`
|
||||
User string `json:"user"`
|
||||
}
|
||||
|
||||
type ReqUIAuthLogin struct {
|
||||
BaseAuthData
|
||||
User string `json:"user"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue