mirror of
https://github.com/moparisthebest/mail
synced 2024-12-22 15:28:49 -05:00
Fix spinner in key sync
This commit is contained in:
parent
d3b54187cb
commit
fc6b21e63a
@ -26,7 +26,7 @@
|
|||||||
<p class="typo-paragraph">Please confirm the keychain code you have written down.</p>
|
<p class="typo-paragraph">Please confirm the keychain code you have written down.</p>
|
||||||
<form class="form">
|
<form class="form">
|
||||||
<input type="text" class="input-text" ng-model="inputCode" wo-input-code wo-focus-me="step === 2"
|
<input type="text" class="input-text" ng-model="inputCode" wo-input-code wo-focus-me="step === 2"
|
||||||
required pattern="([a-zA-Z0-9\-]*)" placeholder="0000-0000-0000-0000-0000-0000">
|
required pattern="([a-zA-Z0-9\-]*)" placeholder="0000-0000-0000-0000-0000-0000">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -38,7 +38,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-show="step === 4">
|
<div ng-show="step === 4">
|
||||||
<div class="spinner-block spinner-block--standalone" ng-show="busy">
|
<div class="spinner-block spinner-block--standalone">
|
||||||
<span class="spinner spinner--big"></span>
|
<span class="spinner spinner--big"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user