From fafd1ad6bf4d2f0a867027e33dfcb8b8b8dc6e80 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Mon, 23 Jan 2023 14:59:59 +0100 Subject: [PATCH] comment: no gog_otp --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index e6d2cd6..f60b23e 100644 --- a/config.js +++ b/config.js @@ -22,4 +22,5 @@ export const cfg = { // auth gog gog_email: process.env.GOG_EMAIL || process.env.EMAIL, gog_password: process.env.GOG_PASSWORD || process.env.PASSWORD, + // OTP only via GOG_EMAIL, can't add app... };