Merge branch 'develop' of codeberg.org:calckey/calckey into develop
This commit is contained in:
commit
be44679420
|
@ -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 New Issue