mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 17:02:11 +00:00
fix(console): Auth method dialog title, layout issues (#4216)
* fix(console): app auth method dialog title * lint
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<h1 mat-dialog-title>
|
||||
<span>{{ 'USER.CODEDIALOG.TITLE' | translate }} {{ data?.number }}</span>
|
||||
<span>{{ 'APP.PAGES.DIALOG.CONFIG.TITLE' | translate }} {{ data?.number }}</span>
|
||||
</h1>
|
||||
<p class="desc cnsl-secondary-text">{{ 'USER.CODEDIALOG.DESCRIPTION' | translate }}</p>
|
||||
<div mat-dialog-content>
|
||||
<cnsl-auth-method-radio
|
||||
[authMethods]="data.authMethods"
|
||||
|
||||
Reference in New Issue
Block a user