diff --git a/ng-app/src/lib/Login.svelte b/ng-app/src/lib/Login.svelte index 84c7e01..4315cb9 100644 --- a/ng-app/src/lib/Login.svelte +++ b/ng-app/src/lib/Login.svelte @@ -113,7 +113,7 @@ let error; - let trusted = false; + let trusted = true; let mnemonic = ""; @@ -331,7 +331,7 @@ bind:this={top} > {#if step == "load"} -
- 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 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 saving some cookies on your
+ browser.{/if}
+