refactor please signin component
This commit is contained in:
parent
688368e4e1
commit
a704192b73
|
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue