updated Repository.js to use actual access token (interceptor)
This commit is contained in:
@@ -26,7 +26,7 @@ const options = {
|
||||
showLogLevel : true,
|
||||
showMethodName : true,
|
||||
separator: '|',
|
||||
showConsoleColors: true
|
||||
showConsoleColors: true,
|
||||
};
|
||||
|
||||
Vue.use(VueLogger, options);
|
||||
|
||||
Reference in New Issue
Block a user