mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-20 09:53:00 +00:00
feat(console): OAuth provider template (#5377)
implements oauth template for console Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -68,6 +68,23 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="item card"
|
||||
[routerLink]="
|
||||
serviceType === PolicyComponentServiceType.ADMIN
|
||||
? ['/instance', 'provider', 'oauth', 'create']
|
||||
: serviceType === PolicyComponentServiceType.MGMT
|
||||
? ['/org', 'provider', 'oauth', 'create']
|
||||
: []
|
||||
"
|
||||
>
|
||||
<img class="idp-logo" src="../../../assets/images/idp/oauth.svg" alt="oauth" />
|
||||
|
||||
<div class="text-container">
|
||||
<span class="title">Generic OAuth</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="item card"
|
||||
[routerLink]="
|
||||
|
Reference in New Issue
Block a user