From 11de7a1e11e6e6a594b70b79112595196566fb79 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 7db92c640..9b660dd6d 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."); }