more typo
This commit is contained in:
@ -35,6 +35,6 @@ function generateClientSecret() {
|
|||||||
sub: appleAppID,
|
sub: appleAppID,
|
||||||
};
|
};
|
||||||
|
|
||||||
const token = jwt.sign(claims, privateKey, { algorithm: 'ES256', header: { alg: 'ES256', kid: keyId } });
|
const token = jwt.sign(claims, appleKey, { algorithm: 'ES256', header: { alg: 'ES256', kid: keyID } });
|
||||||
return token;
|
return token;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user