From 87c9925ea9b4b3000e306b2ddd073c5e558fa48d Mon Sep 17 00:00:00 2001 From: Laurin Weger Date: Fri, 5 Jul 2024 15:09:00 +0200 Subject: [PATCH] login: show mnemonic options while still loading pazzle --- ng-app/src/lib/Login.svelte | 120 ++++++++++++++++++------------------ 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/ng-app/src/lib/Login.svelte b/ng-app/src/lib/Login.svelte index 9e77f66..b2bea3e 100644 --- a/ng-app/src/lib/Login.svelte +++ b/ng-app/src/lib/Login.svelte @@ -367,52 +367,52 @@
- {#if !loaded} - Loading wallet... - - - - - {:else} - - {#if for_import} -
- Do you trust this device?
-
- Yes, save my wallet on this device -
-

- If you do, if this device is yours or is used by few trusted - persons of your family or workplace, and you would like to login - again from this device in the future, then you can save your - wallet on this device. To the contrary, if this device is public - and shared by strangers, do not save your wallet here. {#if !tauri_platform}By - selecting this option, you agree to save some cookies on your - browser.{/if}
-

+ + {#if for_import} +
+ Do you trust this device?
+
+ Yes, save my wallet on this device
- {/if} +

+ If you do, if this device is yours or is used by few trusted + persons of your family or workplace, and you would like to login + again from this device in the future, then you can save your + wallet on this device. To the contrary, if this device is public + and shared by strangers, do not save your wallet here. {#if !tauri_platform}By + selecting this option, you agree to save some cookies on your + browser.{/if}
+

+
+ {/if} -
+
+ {#if !loaded} + Loading pazzle... + + + + + {:else} - - Open with Mnemonic instead - - -
- {/if} + {/if} + + Open with Mnemonic instead + + +