From 9a1532715adce6dc997e641cfb192a5e11012705 Mon Sep 17 00:00:00 2001
From: Brian Ginsburg <7957636+bgins@users.noreply.github.com>
Date: Tue, 30 Aug 2022 15:24:55 -0700
Subject: [PATCH] Add remaining auth flow details (#43)
* Copy edits
* Support for info and warning notifications
* Account linking success toasts
* Cancel account linking
* Hide skip for now when backup exists
Co-authored-by: Jess Martin
- We highly recommend backing up your account on at least one additional - device. + We highly recommend connecting your account on at least one more device, + so that you have a backup.
- + {#if !backupCreated} + + {/if} @@ -134,17 +164,17 @@ @@ -154,10 +184,10 @@ Approve the connection diff --git a/src/components/auth/link/LinkDevice.svelte b/src/components/auth/link/LinkDevice.svelte index 95c60f5..1b436dc 100644 --- a/src/components/auth/link/LinkDevice.svelte +++ b/src/components/auth/link/LinkDevice.svelte @@ -1,10 +1,14 @@ @@ -62,7 +77,7 @@ > {#if displayPin} {displayPin} @@ -78,7 +93,10 @@