Skip to content

Commit

Permalink
fix for login page flickering in app.akto.io
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-rawat-akto committed Mar 19, 2024
1 parent 06f296c commit f23f7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function SignUp() {
setSsoList(copySsoList)

if (window.IS_SAAS && window.IS_SAAS === "true") {
window.location.href = "/";
navigate('/dashboard/observe/inventory');
}
}, [])

Expand Down

0 comments on commit f23f7b8

Please sign in to comment.