nuxt-auth
nuxt-auth copied to clipboard
Enh(#843): Allow signup flow return data when preventLoginFlow is true
๐ Linked issue
#843
โ Type of change
- [ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [x] ๐ Enhancement (improving an existing functionality like performance)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Added functionality to allow user receive response from server after signup, when preventLoginFlow is true.
๐ Checklist
- [x] I have linked an issue or discussion.
- [x] I have added tests (if possible).
- [ ] I have updated the documentation accordingly.
Hi @iamKiNG-Fr Thank you again for your PR! I pushed the missing changes and had another look at your changes.
I'll ask @zoey-kaiser to do a re-review and merge it