fix(console): Auth method dialog title, layout issues (#4216)

* fix(console): app auth method dialog title

* lint
This commit is contained in:
Max Peintner
2022-08-26 08:13:38 +02:00
committed by GitHub
parent 47930c6a85
commit 3c67c9756d
6 changed files with 85 additions and 57 deletions

View File

@@ -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"