mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
change security keys component migration (#8496)
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<app-change-kdf *ngIf="showChangeKdf"></app-change-kdf>
|
<app-change-kdf *ngIf="showChangeKdf"></app-change-kdf>
|
||||||
<div
|
<div
|
||||||
[ngClass]="{ 'tabbed-header': !showChangeKdf, 'secondary-header': showChangeKdf }"
|
[ngClass]="{ 'tw-mt-6': !showChangeKdf, 'tw-mt-16': showChangeKdf }"
|
||||||
class="border-0 mb-0"
|
class="tw-border-0 tw-mb-0 tw-pb-2.5"
|
||||||
>
|
>
|
||||||
<h1>{{ "apiKey" | i18n }}</h1>
|
<h2 bitTypography="h2">{{ "apiKey" | i18n }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p bitTypography="body1">
|
||||||
{{ "userApiKeyDesc" | i18n }}
|
{{ "userApiKeyDesc" | i18n }}
|
||||||
</p>
|
</p>
|
||||||
<button type="button" bitButton buttonType="secondary" (click)="viewUserApiKey()">
|
<button type="button" bitButton buttonType="secondary" (click)="viewUserApiKey()">
|
||||||
|
|||||||
Reference in New Issue
Block a user