Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #97 from brave/create-account-fix
Browse files Browse the repository at this point in the history
Fixing secondary account creation issues
  • Loading branch information
ryanml authored Jan 4, 2020
2 parents 0665d6a + fc5386c commit dbadb7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brave/gulpfile.js/brave-replace-paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ const createBraveReplacePathsTask = () => {
)
.pipe(
replace(
/'(.*)\/new-account\.component'/gm,
`'${bravePrefix}ui/app/pages/first-time-flow/create-password/new-account/new-account.component'`
/\} from '\.\/new-account\.component'/gm,
`} from '${bravePrefix}ui/app/pages/first-time-flow/create-password/new-account/new-account.component'`
)
)
.pipe(
Expand Down

0 comments on commit dbadb7d

Please sign in to comment.