Fix bug #3389: invitation/<token> is broken

stable
David Barragán Merino 2015-10-27 16:33:46 +01:00
parent 1272a0af48
commit 3ca9bbd3c0
1 changed files with 1 additions and 4 deletions

View File

@ -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",