Skip to content

Commit 29d0281

Browse files
authored
changed copy to match the new app creation component (#577)
1 parent 92179ee commit 29d0281

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

main/docs/quickstart/spa/angular/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ export const localEnvSnippet = `export const environment = {
784784
<Step title="Setup your Auth0 App" stepNumber={3}>
785785
Next up, you need to create a new app on your Auth0 tenant and add the environment variables to your project.
786786

787-
You can choose to do this automatically by running a CLI command or do it manually via the Dashboard:
787+
You have three options to set up your Auth0 app: use the Quick Setup tool (recommended), run a CLI command, or configure manually via the Dashboard:
788788

789789
<Tabs>
790790
<Tab title="Quick Setup (recommended)">

main/docs/quickstart/spa/react/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ VITE_AUTH0_CLIENT_ID={yourClientId}`;
701701
<Step title="Setup your Auth0 App" stepNumber={3}>
702702
Next up, you need to create a new app on your Auth0 tenant and add the environment variables to your project.
703703

704-
You can choose to do this automatically by running a CLI command or do it manually via the Dashboard:
704+
You have three options to set up your Auth0 app: use the Quick Setup tool (recommended), run a CLI command, or configure manually via the Dashboard:
705705

706706
<Tabs>
707707
<Tab title="Quick Setup (recommended)">

main/docs/quickstart/spa/svelte/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ VITE_AUTH0_CLIENT_ID={yourClientId}`;
128128
<Step title="Setup your Auth0 App" stepNumber={3}>
129129
Next up, you need to create a new app on your Auth0 tenant and add the environment variables to your project.
130130

131-
You can choose to do this automatically by running a CLI command or do it manually via the Dashboard:
131+
You have three options to set up your Auth0 app: use the Quick Setup tool (recommended), run a CLI command, or configure manually via the Dashboard:
132132

133133
<Tabs>
134134
<Tab title="Quick Setup (recommended)">

main/docs/quickstart/spa/vanillajs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ VITE_AUTH0_CLIENT_ID={yourClientId}`;
852852
<Step title="Setup your Auth0 App" stepNumber={3}>
853853
Next up, you need to create a new app on your Auth0 tenant and add the environment variables to your project.
854854

855-
You can choose to do this automatically by running a CLI command or do it manually via the Dashboard:
855+
You have three options to set up your Auth0 app: use the Quick Setup tool (recommended), run a CLI command, or configure manually via the Dashboard:
856856

857857
<Tabs>
858858
<Tab title="Quick Setup (recommended)">

main/docs/quickstart/spa/vuejs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ VITE_AUTH0_CLIENT_ID={yourClientId}`;
737737
<Step title="Setup your Auth0 App" stepNumber={3}>
738738
Next up, you need to create a new app on your Auth0 tenant and add the environment variables to your project.
739739

740-
You can choose to do this automatically by running a CLI command or do it manually via the Dashboard:
740+
You have three options to set up your Auth0 app: use the Quick Setup tool (recommended), run a CLI command, or configure manually via the Dashboard:
741741

742742
<Tabs>
743743
<Tab title="Quick Setup (recommended)">

main/docs/quickstart/webapp/nextjs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ APP_BASE_URL=http://localhost:3000`;
729729
<Step title="Setup your Auth0 App" stepNumber={4}>
730730
Next up, you need to create a new app on your Auth0 tenant and add the environment variables to your project.
731731

732-
You can choose to do this automatically by running a CLI command or do it manually via the Dashboard:
732+
You have three options to set up your Auth0 app: use the Quick Setup tool (recommended), run a CLI command, or configure manually via the Dashboard:
733733

734734
<Tabs>
735735
<Tab title="Quick Setup (recommended)">

0 commit comments

Comments
 (0)