mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
Update ContactForm.vue
This commit is contained in:
@@ -90,8 +90,7 @@ export default {
|
||||
'Authorization': `Bearer ${process.env.API_TOKEN}`
|
||||
}
|
||||
})
|
||||
console.log(data)
|
||||
if (data.status === 200) {
|
||||
if (data && data.status === 200) {
|
||||
success.value = true
|
||||
setTimeout(() => {
|
||||
success.value = false
|
||||
|
||||
Reference in New Issue
Block a user