fix: Correct learn more link on developer.apple.com (#38174)

This commit is contained in:
Donghoon Nam
2025-09-19 02:11:09 +09:00
committed by GitHub
parent 3f6ae4b922
commit e1040bfe77

View File

@@ -436,7 +436,7 @@ const EXTERNAL_PROVIDER_APPLE = {
},
EXTERNAL_APPLE_CLIENT_ID: {
title: 'Client IDs',
description: `Comma separated list of allowed Apple app (Web, OAuth, iOS, macOS, watchOS, or tvOS) bundle IDs for native sign in, or service IDs for Sign in with Apple JS. [Learn more](https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js)`,
description: `Comma separated list of allowed Apple app (Web, OAuth, iOS, macOS, watchOS, or tvOS) bundle IDs for native sign in, or service IDs for Sign in with Apple JS. [Learn more](https://developer.apple.com/documentation/signinwithapplejs)`,
type: 'string',
},
EXTERNAL_APPLE_SECRET: {