mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:07:31 +00:00
fix(console): link to azure-ad (#5599)
fix: link to azure-ad Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
@@ -1,4 +1,5 @@
|
||||
```[tasklist]
|
||||
|
||||
### Definition of Ready
|
||||
|
||||
- [ ] I am happy with the code
|
||||
|
@@ -14,7 +14,7 @@ import { ProviderOAuthComponent } from './provider-oauth/provider-oauth.componen
|
||||
import { ProviderOIDCComponent } from './provider-oidc/provider-oidc.component';
|
||||
|
||||
const typeMap = {
|
||||
[ProviderType.PROVIDER_TYPE_AZURE_AD]: { path: 'azure', component: ProviderAzureADComponent },
|
||||
[ProviderType.PROVIDER_TYPE_AZURE_AD]: { path: 'azure-ad', component: ProviderAzureADComponent },
|
||||
[ProviderType.PROVIDER_TYPE_GITHUB]: { path: 'github', component: ProviderGithubComponent },
|
||||
[ProviderType.PROVIDER_TYPE_GITHUB_ES]: { path: 'github-es', component: ProviderGithubESComponent },
|
||||
[ProviderType.PROVIDER_TYPE_GITLAB]: { path: 'gitlab', component: ProviderGitlabComponent },
|
||||
|
Reference in New Issue
Block a user