Fixed url on logout link.
This commit is contained in:
parent
5b9bf808c8
commit
7e730cb0a0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class UrlBuilder {
|
|||
}
|
||||
|
||||
public String getLogoutUrl() {
|
||||
return getPortalUrl(Route.LOGOUT.url(), new Params("loginSubmitMode", "logout"));
|
||||
return getPortalUrl(Route.LOGOUT.path(), new Params("loginSubmitMode", "Log Out"));
|
||||
}
|
||||
|
||||
public Params getPortalParam() {
|
||||
|
|
Loading…
Add table
Reference in a new issue