We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df1ce18 + fd04741 commit 2a6192eCopy full SHA for 2a6192e
packages/tdb-dashboard/src/App.js
@@ -38,7 +38,7 @@ export function App (props){
38
39
// this happen after confirm you password linking in the email url
40
if (window.location.search.includes("supportSignUp=true")) {
41
- navigate(`/`)
+ window.location.replace('/')
42
}
43
44
if(connectionError) {
0 commit comments