Skip to content

Commit

Permalink
log in url
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Sep 24, 2024
1 parent 9a2bc88 commit 1423698
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
Expand Up @@ -3,7 +3,7 @@ import { ROOT_COLLECTION_ALIAS } from '../collection/domain/models/Collection'
export enum Route {
HOME = '/',
SIGN_UP = '/dataverseuser.xhtml?editMode=CREATE&redirectPage=%2Fdataverse.xhtml',
LOG_IN = '/',
LOG_IN = '/oauth2/sign_in',
LOG_OUT = '/oauth2/sign_out',
DATASETS = '/datasets',
CREATE_DATASET = '/datasets/:collectionId/create',
Expand Down

0 comments on commit 1423698

Please sign in to comment.