Remove useless headers

This commit is contained in:
2021-08-17 16:46:24 +02:00
parent ea2a007c9a
commit 21fcbc7d37

View File

@@ -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': '*/*',
}
})