From a89729d15f7f831e0517cfad1f60635bbcef4763 Mon Sep 17 00:00:00 2001 From: tecc Date: Thu, 1 Jun 2023 23:30:34 +0200 Subject: [PATCH] fix(apple-auth): Add `APPLE_KEY_ID` as a condition for Apple auth --- server/social.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/social.js b/server/social.js index c6b761997..70f62aa5e 100644 --- a/server/social.js +++ b/server/social.js @@ -21,6 +21,7 @@ function appleIsEnabled() { const conditions = [ "APPLE_CLIENT_ID", "APPLE_TEAM_ID", + "APPLE_KEY_ID", "APPLE_PRIVATE_KEY" ]; let unavailable = [];