• Wallet Info

  • window.history.go(-1)} on:click={() => window.history.go(-1)} > Back
  • {#if !downloading} {:else if download_error}
  • Download failed:
    {download_error}
  • {:else if !wallet_file_ready}
  • Download in progress...
  • {:else if download_link === true}
  • You will find the file named "{wallet_file_ready}"
    in your Downloads folder
  • {:else}
  • {/if}
  • Remove Wallet from Device

    Are you sure you want to remove this wallet from your device?

  • {#if false}
  • Wallet QR-Code Use this QR-Code to log in with your wallet on new devices.
  • {/if} {#if false}
  • Copy Wallet Link
  • {/if} {#if false}
  • Save to Device for Future Logins
  • {/if}
    {#if error}
    {#if error == "AlreadyExists"}

    The user is already registered with the selected broker.
    Try logging in instead

    {:else}

    An error occurred:
    {error}

    {/if}
    {/if}