Open
Description
Before creating a new issue, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have tried disabling all browser extensions or using a different browser
- I have tried deleting the node_modules folder and reinstalling my dependencies
- I have read the guide for submitting bug reports.
On which framework/platform are you having an issue?
Vue
Which UI component?
Authenticator
How is your app built?
Nuxt / Vite
What browsers are you seeing the problem on?
Chrome
Which region are you seeing the problem in?
No response
Please describe your bug.
When creating a new user using the Authenticator in a Vue/Nuxt app an empty sign up page flashes for a second after a user enters their code to confirm the user.
What's the expected behaviour?
After entering the code it should flow to the logged in state, and not show the sign up page for a second time with nothing on it.
Help us reproduce the bug!
- Create a new Vue app (vite or Nuxt) (npm create vue@latest)
- Add authenticator
- Create a new account
Repo with re-created issue.
https://github.com/ErikCH/vue-test-auth
Code Snippet
// Put your code below this line.
Console log output
No response
Additional information and screenshots
No response