Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Dec 13, 2024
1 parent bcd202f commit 020ada1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/references/vue/use-sign-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ const { isLoaded, signIn } = useSignIn()
<!-- Add logic to handle loading state -->
</div>
<div v-else>
The current sign in attempt status is {{ signIn.status }}.
</div>
<div v-else>The current sign in attempt status is {{ signIn.status }}.</div>
</template>
```

Expand Down

0 comments on commit 020ada1

Please sign in to comment.