mirror of
https://github.com/kevin-DL/comedy-video-lib.git
synced 2026-01-14 20:14:49 +00:00
Profile page
- Created a mock profile page
This commit is contained in:
@@ -14,7 +14,7 @@ export default function ({ $axios, store }, inject) {
|
||||
api.onRequest(config => {
|
||||
config.headers = {
|
||||
...config.headers,
|
||||
Authorization: store.state.auth.token
|
||||
Authorization: `Bearer ${store.state.auth.token}`
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user