1
0
mirror of https://github.com/bitwarden/web synced 2026-01-19 08:54:06 +00:00

[End User Vault Refresh] Security sub-page (#1538)

* [End User Vault Refresh] Security section

* Updated routing module

* Update routing for change-password

* Updated buttons of all modified classes // imported button module

* Converted modified class to use bit-callout

* removed comments

* Update small button to current cl button
This commit is contained in:
Vincent Salucci
2022-03-17 08:55:00 -05:00
committed by GitHub
parent 5c5ae81fdf
commit 8a36536d40
17 changed files with 244 additions and 102 deletions

View File

@@ -1,4 +1,7 @@
<app-callout type="warning">{{ "loggedOutWarning" | i18n }}</app-callout>
<div class="tabbed-header">
<h1>{{ "encKeySettings" | i18n }}</h1>
</div>
<bit-callout type="warning">{{ "loggedOutWarning" | i18n }}</bit-callout>
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate autocomplete="off">
<div class="row">
<div class="col-6">
@@ -68,7 +71,7 @@
</div>
</div>
</div>
<button type="submit" class="btn btn-primary btn-submit" [disabled]="form.loading">
<button bit-button buttonType="primary" class="btn-submit" [disabled]="form.loading">
<i class="bwi bwi-spinner bwi-spin" title="{{ 'loading' | i18n }}" aria-hidden="true"></i>
<span>{{ "changeKdf" | i18n }}</span>
</button>