You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today CaptchaProvider is in App.tsx so it is loaded on every page, even for logged in users.
We want to change this to keep captcha only on logged out pages where it's actually being used (sign, signup and maybe others, look for CaptchaGuard on the server). This should improve performance a bit
The text was updated successfully, but these errors were encountered:
Today CaptchaProvider is in App.tsx so it is loaded on every page, even for logged in users.
We want to change this to keep captcha only on logged out pages where it's actually being used (sign, signup and maybe others, look for CaptchaGuard on the server). This should improve performance a bit
The text was updated successfully, but these errors were encountered: