mirror of https://github.com/apache/nifi.git
NIFI-4739:
- Ensuring the logout action is using a relative link. This closes #2374
This commit is contained in:
parent
a8817e0238
commit
33b40fb87f
|
@ -118,7 +118,7 @@
|
|||
this.logoutCtrl = {
|
||||
logout: function () {
|
||||
nfStorage.removeItem("jwt");
|
||||
window.location = '/nifi';
|
||||
window.location = '../nifi/login';
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue