Skip to content

Commit

Permalink
Fixed: sign up JSF route including missing query param
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed May 10, 2023
1 parent 345e5d0 commit 0dc1bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/route.enum.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export enum Route {
HOME = '/',
SIGN_UP = '/dataverseuser.xhtml?editMode=CREATE',
SIGN_UP = '/dataverseuser.xhtml?editMode=CREATE&redirectPage=%2Fdataverseuser.xhtml',
LOG_IN = '/loginpage.xhtml?redirectPage=%2Fdataverse.xhtml',
LOG_OUT = '/'
}

0 comments on commit 0dc1bfb

Please sign in to comment.