Merge branch 'main' into dev

This commit is contained in:
Mo Tarbin
2025-04-24 01:13:46 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ const LoginView = () => {
Navigate('/forgot-password')
}
const generateRandomState = () => {
const randomState = Math.random().toString(36).substring(7)
const randomState = Math.random().toString(32).substring(5)
localStorage.setItem('authState', randomState)
return randomState