Skip to content

Commit

Permalink
duplicate url usage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Aug 4, 2023
1 parent a3c7c5e commit 64f44b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/loginRecovery", matchUrlForSecurity = "/loginRecovery")
@Url(mountUrl = "/loginRecovery1", matchUrlForSecurity = "/loginRecovery1")
},
action = {
@AuthorizationAction(actionUri = PageSelf.AUTH_SELF_ALL_URI,
Expand Down

0 comments on commit 64f44b1

Please sign in to comment.