Fix logging out of providers, closes #741
@@ -186,7 +186,6 @@ module.exports = class ProviderView {
*/
logout () {
this.Provider.logout(location.href)
- .then((res) => res.json())
.then((res) => {
if (res.ok) {
const newState = {