mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:37: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]
|
```[tasklist]
|
||||||
|
|
||||||
### Definition of Ready
|
### Definition of Ready
|
||||||
|
|
||||||
- [ ] I am happy with the code
|
- [ ] 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';
|
import { ProviderOIDCComponent } from './provider-oidc/provider-oidc.component';
|
||||||
|
|
||||||
const typeMap = {
|
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]: { path: 'github', component: ProviderGithubComponent },
|
||||||
[ProviderType.PROVIDER_TYPE_GITHUB_ES]: { path: 'github-es', component: ProviderGithubESComponent },
|
[ProviderType.PROVIDER_TYPE_GITHUB_ES]: { path: 'github-es', component: ProviderGithubESComponent },
|
||||||
[ProviderType.PROVIDER_TYPE_GITLAB]: { path: 'gitlab', component: ProviderGitlabComponent },
|
[ProviderType.PROVIDER_TYPE_GITLAB]: { path: 'gitlab', component: ProviderGitlabComponent },
|
||||||
|
Reference in New Issue
Block a user