From 4465fa52c14af1b5586ca8aa25ae6b588b7da68f Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Mon, 13 Mar 2023 12:20:46 +0300 Subject: [PATCH] fix json reflect in RedirStruct --- sharedauth/sharedauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {