mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 14:09:03 -04:00
fix(apple-auth): Add APPLE_KEY_ID
as a condition for Apple auth
This commit is contained in:
parent
59e8d85523
commit
a89729d15f
@ -21,6 +21,7 @@ function appleIsEnabled() {
|
||||
const conditions = [
|
||||
"APPLE_CLIENT_ID",
|
||||
"APPLE_TEAM_ID",
|
||||
"APPLE_KEY_ID",
|
||||
"APPLE_PRIVATE_KEY"
|
||||
];
|
||||
let unavailable = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user