Skip to content

Commit

Permalink
fixed authentication for the Request a role page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed May 12, 2016
1 parent de9d364 commit f124617
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@
@AuthorizationAction(actionUri = PageSelf.AUTH_SELF_ALL_URI,
label = PageSelf.AUTH_SELF_ALL_LABEL,
description = PageSelf.AUTH_SELF_ALL_DESCRIPTION),
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_SELF_CREDENTIALS_URL,
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_SELF_REQUEST_ROLE_URL,
label = "PageSelfCredentials.auth.requestRole.label",
description = "PageSelfCredentials.auth.requestRole.description")})
public class PageRequestRole extends PageSelf {
Expand Down

0 comments on commit f124617

Please sign in to comment.