Skip to content

Commit

Permalink
feat: Update AndroidManifest.xml and nhost.toml for new host URL
Browse files Browse the repository at this point in the history
  • Loading branch information
onehassan committed May 24, 2024
1 parent 7d093b5 commit e822be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" />
<data android:scheme="https" />
<data android:host="example-react-apollo-cpwsvq87l-nhost.vercel.app" />
<data android:host="example-react-apollo-d7nitgv9f-nhost.vercel.app" />
</intent-filter>
</activity>
</application>
Expand Down
6 changes: 3 additions & 3 deletions examples/react_native/backend/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ enabled = false
enabled = true

[auth.method.webauthn.relyingParty]
id = 'example-react-apollo-cpwsvq87l-nhost.vercel.app'
name = 'example-react-apollo-cpwsvq87l-nhost.vercel.app'
origins = ['https://example-react-apollo-cpwsvq87l-nhost.vercel.app']
id = 'example-react-apollo-d7nitgv9f-nhost.vercel.app'
name = 'example-react-apollo-d7nitgv9f-nhost.vercel.app'
origins = ['https://example-react-apollo-d7nitgv9f-nhost.vercel.app']

[auth.method.webauthn.attestation]
timeout = 60000
Expand Down

0 comments on commit e822be7

Please sign in to comment.