Skip to content

Commit

Permalink
refactor(console): improve content
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jul 2, 2024
1 parent badc026 commit 0fd1050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/console/src/assets/docs/guides/spa-vue/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.mount("#app");`}

<Step title="Configure redirect URIs">

<RedirectUrisWeb defaultUri="http://localhost:3000/callback"/>
<RedirectUrisWeb />

</Step>

Expand Down Expand Up @@ -115,7 +115,7 @@ const router = createRouter({

<Step title="Implement sign-in and sign-out">

We provide two composables `useHandleSignInCallback()` and `useLogto()` which can help you easily manage the authentication flow.
We provide a composable `useLogto()` which can help you easily manage the authentication flow.

<Code className="language-ts" title="views/HomeView.vue">
{`import { useLogto } from '@logto/vue';
Expand Down

0 comments on commit 0fd1050

Please sign in to comment.