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:
Steven Nguyen
2024-07-24 11:07:42 -07:00
committed by GitHub
@@ -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} />