chore: bump version to 2.21.8 in package.json and update captcha messages in auth components

- Updated application version from 2.21.7 to 2.21.8 in package.json.
- Modified "verifyingCaptcha" message in auth.json for clearer user feedback during captcha verification.
- Enhanced conditional rendering for captcha loading states in PasswordSignInForm and PasswordSignUpForm components to improve user experience during authentication processes.
This commit is contained in:
gbuomprisco
2025-12-03 09:24:25 +08:00
parent 7aa79e501e
commit 57d7b0f02f
4 changed files with 20 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "next-supabase-saas-kit-turbo",
"version": "2.21.7",
"version": "2.21.8",
"private": true,
"sideEffects": false,
"engines": {