Skip to content

Commit ff1360b

Browse files
authored
Merge pull request #193 from alerta/return-response-from-logout
Return response from logout request
2 parents 812f281 + 7560e74 commit ff1360b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/authenticate.js

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ export default class VueAuthenticate {
176176

177177
return this.$http(requestOptions).then((response) => {
178178
this.storage.removeItem(this.tokenName)
179+
return response
179180
})
180181
} else {
181182
this.storage.removeItem(this.tokenName)

0 commit comments

Comments
 (0)