mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
fix(login): improve and streamline identity provider styles (#5456)
* fix: login idp styles * rem dead code
This commit is contained in:
@@ -48,12 +48,13 @@ func (t IDPType) GetCSSClass() string {
|
||||
case IDPTypeGitLab,
|
||||
IDPTypeGitLabSelfHosted:
|
||||
return "gitlab"
|
||||
case IDPTypeAzureAD:
|
||||
return "azure"
|
||||
case IDPTypeUnspecified,
|
||||
IDPTypeOIDC,
|
||||
IDPTypeJWT,
|
||||
IDPTypeOAuth,
|
||||
IDPTypeLDAP,
|
||||
IDPTypeAzureAD:
|
||||
IDPTypeLDAP:
|
||||
fallthrough
|
||||
default:
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user