Fix bug #3389: invitation/<token> is broken
parent
1272a0af48
commit
3ca9bbd3c0
|
@ -380,10 +380,7 @@ configure = ($routeProvider, $locationProvider, $httpProvider, $provide, $tgEven
|
||||||
templateUrl: "auth/invitation.html",
|
templateUrl: "auth/invitation.html",
|
||||||
title: "INVITATION.PAGE_TITLE",
|
title: "INVITATION.PAGE_TITLE",
|
||||||
description: "INVITATION.PAGE_DESCRIPTION",
|
description: "INVITATION.PAGE_DESCRIPTION",
|
||||||
disableHeader: true,
|
disableHeader: true
|
||||||
access: {
|
|
||||||
requiresLogin: true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
$routeProvider.when("/external-apps",
|
$routeProvider.when("/external-apps",
|
||||||
|
|
Loading…
Reference in New Issue