mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
more form fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form (ngSubmit)="submit()" class="container">
|
||||
<form (ngSubmit)="submit()" class="container" ngNativeValidate>
|
||||
<div class="row justify-content-md-center mt-5">
|
||||
<div class="col-5">
|
||||
<p class="text-center mb-4">
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="modal-footer">
|
||||
<button appBlurClick type="submit" class="btn btn-danger btn-submit" [disabled]="form.loading">
|
||||
<i class="fa fa-spinner fa-spin"></i>
|
||||
<span>{{'deauthorize' | i18n}}</span>
|
||||
<span>{{'deauthorizeSessions' | i18n}}</span>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary" data-dismiss="modal">{{'close' | i18n}}</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user