Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-02-15 10:28:03 -08:00
commit 74c952170a

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