mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Finish removing
This commit is contained in:
parent
76a9fc771d
commit
32c6b168ce
|
|
@ -161,15 +161,6 @@ type userInteractiveResponse struct {
|
||||||
Session string `json:"session"`
|
Session string `json:"session"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// legacyRegisterRequest represents the submitted registration request for v1 API.
|
|
||||||
type legacyRegisterRequest struct {
|
|
||||||
Password string `json:"password"`
|
|
||||||
Username string `json:"user"`
|
|
||||||
Admin bool `json:"admin"`
|
|
||||||
Type authtypes.LoginType `json:"type"`
|
|
||||||
Mac gomatrixserverlib.HexString `json:"mac"`
|
|
||||||
}
|
|
||||||
|
|
||||||
// newUserInteractiveResponse will return a struct to be sent back to the client
|
// newUserInteractiveResponse will return a struct to be sent back to the client
|
||||||
// during registration.
|
// during registration.
|
||||||
func newUserInteractiveResponse(
|
func newUserInteractiveResponse(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue