1
0
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:
vinith-kovan
2024-05-22 00:12:32 +05:30
committed by GitHub
parent cdf93df898
commit 4ac67f2787

View File

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