Skip to content

Commit

Permalink
made loginsource optional (#1481) (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanpa-aot authored Mar 29, 2021
1 parent 55ca1d0 commit 3bae017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-web/src/routes/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export function getRoutes (): RouteConfig[] {
redirect: '/undefined/validatetoken/BCSC/:token'
},
{
path: '/confirmtoken/:token/:loginSource',
path: '/confirmtoken/:token/:loginSource?',
name: 'confirmtoken',
component: AcceptInviteView,
props: true,
Expand Down

0 comments on commit 3bae017

Please sign in to comment.