Compare commits

...
Author SHA1 Message Date
nityanandagohain 38b1d92252 fix: revert domain fixes 2025-06-12 22:38:16 +05:30
+1 -3
View File
@@ -102,9 +102,7 @@ func (od *GettableOrgDomain) GetSAMLIdpURL() string {
func (od *GettableOrgDomain) GetSAMLCert() string {
if od.SamlConfig != nil {
// remove any whitespaces from the cert
cert := strings.ReplaceAll(od.SamlConfig.SamlCert, " ", "")
return cert
return od.SamlConfig.SamlCert
}
return ""
}