aboutsummaryrefslogtreecommitdiff
path: root/mxlib/api.go
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-06-01 23:43:23 +0200
committerAlex Auvolat <alex@adnab.me>2021-06-01 23:43:23 +0200
commit7e2294933aa159e170ab8b090c58e3c3d97c765a (patch)
tree5ea47e8516d1e82d768d2df62faf5cd6b54c7517 /mxlib/api.go
parentadf163bad564b16c7caefbdfb9ccfb9abac9fa97 (diff)
downloadeasybridge-7e2294933aa159e170ab8b090c58e3c3d97c765a.tar.gz
easybridge-7e2294933aa159e170ab8b090c58e3c3d97c765a.zip
Add it to the correct placeHEADmaster
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"`
}