From 285b05bd65ad427bf0b868f40dd2173a28d99c24 Mon Sep 17 00:00:00 2001 From: arc-alex Date: Wed, 15 Nov 2023 09:06:03 +0100 Subject: [PATCH] comment --- apps/server/src/utils/sheetsAuth.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/server/src/utils/sheetsAuth.ts b/apps/server/src/utils/sheetsAuth.ts index f9f36ff3f..5c74f9d29 100644 --- a/apps/server/src/utils/sheetsAuth.ts +++ b/apps/server/src/utils/sheetsAuth.ts @@ -105,7 +105,8 @@ class sheet { } catch (_) {} return false; } - + + //TODO: this only works on local networks public async openAuthServer(): Promise { if (sheet.authUrl) { return sheet.authUrl;