From 282fa561663ca5de9a1ceb0d21e440175635b8c3 Mon Sep 17 00:00:00 2001 From: cyrnel Date: Sun, 14 Sep 2025 22:56:05 -0400 Subject: [PATCH] fix: use correct strategy --- settings.js.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js.tmpl b/settings.js.tmpl index a2849f0..a186d49 100644 --- a/settings.js.tmpl +++ b/settings.js.tmpl @@ -90,7 +90,7 @@ module.exports = { name: "oauth2", label: "Sign in with {{ env "OAUTH_FRIENDLY_NAME" }}", icon: "fa-lock", - strategy: require("passport-oauth2").OAuth2Strategy, + strategy: require("passport-oauth2").Strategy, options: { authorizationURL: "{{ env "OAUTH_AUTHORIZATION_URL" }}", tokenURL: "{{ env "OAUTH_TOKEN_URL" }}",