mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +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 response = await $axios.get(`/api/auth/${driver}`, {
|
||||
headers: {
|
||||
'Access-Control-Allow-Origin': 'https://arthurdanjou.fr',
|
||||
'Accept': '*/*',
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user