1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01:00

change security keys component migration (#8496)

This commit is contained in:
vinith-kovan 2024-05-22 00:12:32 +05:30 committed by GitHub
parent cdf93df898
commit 4ac67f2787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
<app-change-kdf *ngIf="showChangeKdf"></app-change-kdf>
<div
[ngClass]="{ 'tabbed-header': !showChangeKdf, 'secondary-header': showChangeKdf }"
class="border-0 mb-0"
[ngClass]="{ 'tw-mt-6': !showChangeKdf, 'tw-mt-16': showChangeKdf }"
class="tw-border-0 tw-mb-0 tw-pb-2.5"
>
<h1>{{ "apiKey" | i18n }}</h1>
<h2 bitTypography="h2">{{ "apiKey" | i18n }}</h2>
</div>
<p>
<p bitTypography="body1">
{{ "userApiKeyDesc" | i18n }}
</p>
<button type="button" bitButton buttonType="secondary" (click)="viewUserApiKey()">