Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix clerk dashboard broken link #2011

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/references/expo/passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description: Learn how to configure passkeys for your Expo application.

## Set up your associated domain file in the Clerk Dashboard

1. In the Clerk Dashboard, navigate to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=native-applications) page.
1. In the Clerk Dashboard, navigate to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=user-authentication/native-applications) page.
1. Select the **iOS** tab.
1. Select **Add iOS App**.
1. Paste the **App ID Prefix** and **Bundle ID** that you copied in the previous step.
Expand Down Expand Up @@ -84,7 +84,7 @@ description: Learn how to configure passkeys for your Expo application.

## Set up your Android app links in the Clerk Dashboard

1. In the Clerk Dashboard, navigate to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=native-applications) page.
1. In the Clerk Dashboard, navigate to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=user-authentication/native-applications) page.
1. Select the **Android** tab.
1. Select **Add Android app**.
1. Fill out the form with the following information:
Expand Down
Loading