Skip to content

Commit

Permalink
#2662 Update link to create account page
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbsfromncis committed May 10, 2019
1 parent 5fab3e3 commit 4fad7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/Dashboard/DashboardList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class DashboardList extends React.Component {
}

_createAccount() {
this.props.history.push("/create-account/wallet");
this.props.history.push("/registration");
}

_onFilter(e) {
Expand Down
4 changes: 2 additions & 2 deletions app/components/Layout/HeaderDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export default class DropDownMenu extends React.Component {
className={cnames({
active:
active.indexOf(
`/create-account/${
!passwordLogin ? "wallet" : "password"
`/registration/${
!passwordLogin ? "local" : "cloud"
}`
) !== -1
})}
Expand Down

0 comments on commit 4fad7dc

Please sign in to comment.