refactor please signin component

This commit is contained in:
Cleo John 2023-02-14 11:03:05 +01:00
parent 688368e4e1
commit a704192b73

View file

@ -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.");
}