fix SSO arguments

This commit is contained in:
yashsinghcodes
2026-02-24 23:08:04 +05:30
parent b9032efc2e
commit c1fdda6fe1
+1 -1
View File
@@ -1263,7 +1263,7 @@ func checkAdminLogin(resp http.ResponseWriter, request *http.Request) {
// Should run calculations
if len(org.SSOConfig.OpenIdAuthorization) > 0 {
baseSSOUrl, err = shuffle.GetOpenIdUrl(request, *org, user, "")
baseSSOUrl = shuffle.GetOpenIdUrl(request, *org)
if err != nil {
log.Printf("[ERROR] Failed getting OpenID URL for org %s: %s", org.Name, err)
}