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
The migration of the Login/Forgot Password/2FA/Reset Password flows into the SPA resulted in some old JavaScript DOM related code being reused- particularly, in client/src/Auth/Components/helperFunctions.js.
These helper functions are being used to perform field validation, manipulating the DOM directly.
I think this should all be refactored into a more React-friendly implementation.
The text was updated successfully, but these errors were encountered:
The migration of the Login/Forgot Password/2FA/Reset Password flows into the SPA resulted in some old JavaScript DOM related code being reused- particularly, in
client/src/Auth/Components/helperFunctions.js
.These helper functions are being used to perform field validation, manipulating the DOM directly.
I think this should all be refactored into a more React-friendly implementation.
The text was updated successfully, but these errors were encountered: