refactor please signin component

This commit is contained in:
Cleo John 2023-02-14 11:03:05 +01:00
parent 688368e4e1
commit a704192b73
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ export function pleaseLogin(path?: string) {
"closed", "closed",
); );
if (!path) throw new Error("signin required"); if (!path) throw new Error("Sign-in required.");
} }