Skip to content

Commit

Permalink
UX: Move the skip auth confirmation spinner inside the modal body. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
romanrizzi committed Jul 12, 2021
1 parent 49090c3 commit 024911c
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -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">
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 024911c

Please sign in to comment.