UX: Move the skip auth confirmation spinner inside the modal body. (#13710)

This commit is contained in:
Roman Rizzi 2021-07-12 20:21:57 -03:00 committed by GitHub
parent 49090c3524
commit 024911cfc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -2,11 +2,6 @@
{{#unless complete}}
{{plugin-outlet name="create-account-before-modal-body"}}
{{#d-modal-body class=modalBodyClasses}}
{{#if skipConfirmation}}
{{loading-spinner size="large"}}
{{/if}}
<div class="create-account-form">
<div class="login-welcome-header">
<h1 class="login-title">{{i18n "create_account.header_title"}}</h1> <img src={{wavingHandURL}} alt="" class="waving-hand">
@ -170,6 +165,10 @@
{{plugin-outlet name="create-account-after-modal-footer" tagName=""}}
{{/if}}
{{#if skipConfirmation}}
{{loading-spinner size="large"}}
{{/if}}
</div>
{{/d-modal-body}}
{{/unless}}