From 88cca8bee418642a98164e26e7a3ca671b74973e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Fri, 9 Aug 2019 05:50:10 +0200 Subject: [PATCH] Update readme to using only bindRequestInterceptor As said in https://github.com/dgrubelic/vue-authenticate/issues/122#issuecomment-493454814 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 64eafaf..5c57501 100644 --- a/README.md +++ b/README.md @@ -221,9 +221,6 @@ Vue.use(VueAuthenticate, { } return config }) - }, - - bindResponseInterceptor: function () { this.$http.interceptors.response.use((response) => { this.setToken(response) return response