mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
refactor please signin component
This commit is contained in:
parent
ec2f062ce5
commit
11de7a1e11
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue