You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/18 22:44:03 UTC

[GitHub] [nifi-registry] thenatog commented on a change in pull request #259: NIFIREG-361 - Improved handling of the /access/logout endpoint.

thenatog commented on a change in pull request #259: NIFIREG-361 - Improved handling of the /access/logout endpoint.
URL: https://github.com/apache/nifi-registry/pull/259#discussion_r380980086
 
 

 ##########
 File path: nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry.js
 ##########
 @@ -71,9 +71,11 @@ NfRegistry.prototype = {
      * Invalidate old tokens and route to login page
      */
     logout: function () {
+        this.nfRegistryApi.deleteToLogout().subscribe(function () {
 
 Review comment:
   Do I need to do this subscribe? Or do I just called deleteToLogout()?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services