]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - Utils.js
return cookie again in authOK
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 25 May 2020 11:46:54 +0000 (13:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 May 2020 11:51:30 +0000 (13:51 +0200)
commit2561610c8e0377ea3b2eb179564604dc7811f626
treec18618b1a974f97f5c684d62b5d1372afa361fc4
parentac6184986ca3621569f87c46bafebd41309a9705
return cookie again in authOK

the calling code did require that authOK returns the cookie if
there is a valid one

make it now very explicit that the cookie gets returned instead
of using implicit short-circuit behaviour

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Utils.js