Skip to content

Commit

Permalink
fix(preferences): Fix error 500 when changing password
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Dec 18, 2023
1 parent 17eca6f commit 37379ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions UI/WebServerResources/js/Common/Authentication.service.js
Expand Up @@ -184,10 +184,6 @@
},
data: { userName: userName, newPassword: newPassword, oldPassword: oldPassword, token: token }
}).then(function() {
// Clean cookies for reauthenticate
$cookies.remove('XSRF-TOKEN', { path: '/SOGo/' });
$cookies.remove('0xHIGHFLYxSOGo', { path: '/SOGo/' });

d.resolve({url: redirectUrl(userName, domain)});
}, function(response) {
var error,
Expand Down

0 comments on commit 37379ba

Please sign in to comment.