mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1232 from appwrite/fix-apple-oauth-bundleid-to-servicesid
Fix: Update bundle ID field to services ID in Apple OAuth adapter
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
</p>
|
||||
<InputSwitch id="state" bind:value={enabled} label={enabled ? 'Enabled' : 'Disabled'} />
|
||||
<InputText
|
||||
id="bundleID"
|
||||
label="Bundle ID"
|
||||
id="servicesID"
|
||||
label="Services ID"
|
||||
autofocus={true}
|
||||
placeholder="com.company.appname"
|
||||
bind:value={appId} />
|
||||
|
||||
Reference in New Issue
Block a user