diff --git a/sharedauth/sharedauth.go b/sharedauth/sharedauth.go index 4bf01ee..4300bb6 100644 --- a/sharedauth/sharedauth.go +++ b/sharedauth/sharedauth.go @@ -16,7 +16,7 @@ func (id InstallId) Validate() bool { } type RedirResp struct { - RedirectUrl string + RedirectUrl string `json:"redirecturl"` } type LauncherSession struct {