mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-30 19:57:54 +01:00
Remove useless headers
This commit is contained in:
@@ -58,7 +58,6 @@ export default defineComponent({
|
|||||||
const login = async (driver: 'github' | 'google' | 'twitter') => {
|
const login = async (driver: 'github' | 'google' | 'twitter') => {
|
||||||
const response = await $axios.get(`/api/auth/${driver}`, {
|
const response = await $axios.get(`/api/auth/${driver}`, {
|
||||||
headers: {
|
headers: {
|
||||||
'Access-Control-Allow-Origin': 'https://arthurdanjou.fr',
|
|
||||||
'Accept': '*/*',
|
'Accept': '*/*',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user