From a704192b73b85a1f07a653cb4acb1bc569fb7ef4 Mon Sep 17 00:00:00 2001 From: Cleo John Date: Tue, 14 Feb 2023 11:03:05 +0100 Subject: [PATCH] refactor please signin component --- packages/client/src/scripts/please-login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/scripts/please-login.ts b/packages/client/src/scripts/please-login.ts index 7db92c640f..9b660dd6df 100644 --- a/packages/client/src/scripts/please-login.ts +++ b/packages/client/src/scripts/please-login.ts @@ -22,5 +22,5 @@ export function pleaseLogin(path?: string) { "closed", ); - if (!path) throw new Error("signin required"); + if (!path) throw new Error("Sign-in required."); }