oidc logout is same as our logout, no need for special case
This commit is contained in:
parent
ff236e8828
commit
7cfe645ab7
2 changed files with 1 additions and 14 deletions
|
|
@ -337,11 +337,7 @@ pandora.ui.accountSignoutDialog = function() {
|
|||
that.close();
|
||||
pandora.UI.set({page: ''});
|
||||
pandora.api.signout({}, function(result) {
|
||||
if (pandora.site.site.oidc) {
|
||||
pandora.oidcLogout();
|
||||
} else {
|
||||
pandora.signout(result.data);
|
||||
}
|
||||
pandora.signout(result.data);
|
||||
});
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue