Mask application for /api/get-app-login

This commit is contained in:
Yang Luo
2021-09-28 23:41:27 +08:00
parent ba0d089589
commit 15786070bb

View File

@ -149,6 +149,8 @@ func CheckOAuthLogin(clientId string, responseType string, redirectUri string, s
return "redirect_uri doesn't exist in the allowed Redirect URL list", application
}
// Mask application for /api/get-app-login
application.ClientSecret = ""
return "", application
}