From 9750274240c1d3e350dc63bc3ed95e1ab9617047 Mon Sep 17 00:00:00 2001 From: William Grant Date: Thu, 14 Mar 2024 16:42:29 +1100 Subject: [PATCH] feat: confirmed sign up with new display name works --- ts/components/registration/stages/RestoreAccount.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/components/registration/stages/RestoreAccount.tsx b/ts/components/registration/stages/RestoreAccount.tsx index c4bdef637..c9dfe8c1b 100644 --- a/ts/components/registration/stages/RestoreAccount.tsx +++ b/ts/components/registration/stages/RestoreAccount.tsx @@ -64,7 +64,6 @@ async function signInAndFetchDisplayName( let displayNameFromNetwork = ''; try { - // throw new NotFoundError('Got a config message from network but without a displayName...'); await resetRegistration(); await signInByLinkingDevice(recoveryPassword, 'english', loadingAnimationCallback);