mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
dont show continue button on u2f
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
<div class="right">
|
<div class="right">
|
||||||
<button type="submit" appBlurClick [disabled]="form.loading"
|
<button type="submit" appBlurClick [disabled]="form.loading"
|
||||||
*ngIf="selectedProviderType != null && selectedProviderType !== providerType.Duo &&
|
*ngIf="selectedProviderType != null && selectedProviderType !== providerType.Duo &&
|
||||||
selectedProviderType !== providerType.OrganizationDuo">
|
selectedProviderType !== providerType.OrganizationDuo &&
|
||||||
|
(selectedProviderType !== providerType.U2f || form.loading)">
|
||||||
<span [hidden]="form.loading">{{'continue' | i18n}}</span>
|
<span [hidden]="form.loading">{{'continue' | i18n}}</span>
|
||||||
<i class="fa fa-spinner fa-lg fa-spin" [hidden]="!form.loading"></i>
|
<i class="fa fa-spinner fa-lg fa-spin" [hidden]="!form.loading"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user