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 be44679420
No known key found for this signature in database
GPG key ID: 8703CACD01000000

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