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 a156e8f + 2391539 commit ef81f58Copy full SHA for ef81f58
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