aboutsummaryrefslogtreecommitdiff
path: root/mxlib/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'mxlib/api.go')
-rw-r--r--mxlib/api.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mxlib/api.go b/mxlib/api.go
index 9cd02d5..9b7cd36 100644
--- a/mxlib/api.go
+++ b/mxlib/api.go
@@ -41,6 +41,7 @@ type LoginResponse struct {
type RegisterRequest struct {
Auth RegisterRequestAuth `json:"auth"`
+ Type string `json:"type"`
Username string `json:"username"`
}