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.
1 parent a156e8f commit 2391539Copy full SHA for 2391539
packages/tdb-dashboard/src/App.js
@@ -39,7 +39,8 @@ export function App (props){
39
40
if (clientUser.firstLogin === true) {
41
clientUser.firstLogin = false
42
- navigate(`/${PLANS}`)
+ // navigate(`/${PLANS}`)
43
+ window.location.replace(`/${PLANS}`)
44
}
45
46
// this happen after confirm you password linking in the email url
0 commit comments