Skip to content

Commit 0e8983f

Browse files
committed
added userdb migration to id pf, fixed publish wizard issues
1 parent 5f3d4d5 commit 0e8983f

5 files changed

Lines changed: 481 additions & 426 deletions

File tree

public/dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/page-controller/publish-wizard-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function PublishWizardController($scope, $http, $interval, focus, $q, $loc
1717

1818

1919
$scope.createAccount = function () {
20-
window.location = '/app/account';
20+
window.location = '/app/user';
2121
}
2222

2323
// Login function

0 commit comments

Comments
 (0)