This commit is contained in:
arc-alex
2023-11-15 09:06:03 +01:00
parent 05207189cf
commit 285b05bd65
+2 -1
View File
@@ -105,7 +105,8 @@ class sheet {
} catch (_) {}
return false;
}
//TODO: this only works on local networks
public async openAuthServer(): Promise<string | false> {
if (sheet.authUrl) {
return sheet.authUrl;