Skip to content

Commit ef81f58

Browse files
Merge pull request #98 from terminusdb/Francesca-Bit-patch-5
fix plans redirect
2 parents a156e8f + 2391539 commit ef81f58

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

packages/tdb-dashboard/src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ export function App (props){
3939

4040
if (clientUser.firstLogin === true) {
4141
clientUser.firstLogin = false
42-
navigate(`/${PLANS}`)
42+
// navigate(`/${PLANS}`)
43+
window.location.replace(`/${PLANS}`)
4344
}
4445

4546
// this happen after confirm you password linking in the email url

0 commit comments

Comments
 (0)