fix(apple-auth): Add APPLE_KEY_ID as a condition for Apple auth

This commit is contained in:
tecc 2023-06-01 23:30:34 +02:00
parent 59e8d85523
commit a89729d15f
No known key found for this signature in database
GPG Key ID: 400AAD881FCC028B

View File

@ -21,6 +21,7 @@ function appleIsEnabled() {
const conditions = [
"APPLE_CLIENT_ID",
"APPLE_TEAM_ID",
"APPLE_KEY_ID",
"APPLE_PRIVATE_KEY"
];
let unavailable = [];