fix: apple sign (#14053)

This commit is contained in:
DarkSky
2025-12-06 15:36:50 +08:00
committed by GitHub
parent 1196101226
commit 5cac8971eb
2 changed files with 64 additions and 2 deletions
@@ -4,7 +4,7 @@ import { defineModuleConfig, JSONSchema } from '../../base';
export interface OAuthProviderConfig {
clientId: string;
clientSecret: string;
clientSecret?: string;
args?: Record<string, string>;
}