mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
remove unnecessary width class (#10781)
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<form [bitSubmit]="submitForm" [formGroup]="formGroup" autocomplete="off">
|
<form [bitSubmit]="submitForm" [formGroup]="formGroup" autocomplete="off">
|
||||||
<div class="tw-min-w-96">
|
|
||||||
<app-two-factor-auth-email
|
<app-two-factor-auth-email
|
||||||
(token)="token = $event"
|
(token)="token = $event"
|
||||||
*ngIf="selectedProviderType === providerType.Email"
|
*ngIf="selectedProviderType === providerType.Email"
|
||||||
@@ -33,11 +32,10 @@
|
|||||||
<p bitTypography="body1">{{ "noTwoStepProviders" | i18n }}</p>
|
<p bitTypography="body1">{{ "noTwoStepProviders" | i18n }}</p>
|
||||||
<p bitTypography="body1">{{ "noTwoStepProviders2" | i18n }}</p>
|
<p bitTypography="body1">{{ "noTwoStepProviders2" | i18n }}</p>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<hr />
|
|
||||||
<div [hidden]="!showCaptcha()">
|
<div [hidden]="!showCaptcha()">
|
||||||
<iframe id="hcaptcha_iframe" height="80" sandbox="allow-scripts allow-same-origin"></iframe>
|
<iframe id="hcaptcha_iframe" height="80" sandbox="allow-scripts allow-same-origin"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<!-- <!-- Buttons -->
|
<!-- Buttons -->
|
||||||
<div class="tw-flex tw-flex-col tw-space-y-2.5 tw-mb-3">
|
<div class="tw-flex tw-flex-col tw-space-y-2.5 tw-mb-3">
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
@@ -75,5 +73,4 @@
|
|||||||
"useAnotherTwoStepMethod" | i18n
|
"useAnotherTwoStepMethod" | i18n
|
||||||
}}</a>
|
}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user