Skip to content

Commit 2a6192e

Browse files
Merge pull request #87 from terminusdb/Francesca-Bit-patch-4
Update App.js
2 parents df1ce18 + fd04741 commit 2a6192e

File tree

1 file changed

+1
-1
lines changed
  • packages/tdb-dashboard/src

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function App (props){
3838

3939
// this happen after confirm you password linking in the email url
4040
if (window.location.search.includes("supportSignUp=true")) {
41-
navigate(`/`)
41+
window.location.replace('/')
4242
}
4343

4444
if(connectionError) {

0 commit comments

Comments
 (0)