Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arthur.Pautrel
Internet-Programming_TP08_ex03
Commits
eee93633
Commit
eee93633
authored
Mar 15, 2022
by
root
Browse files
Little fix
parent
a8760df6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Login.vue
View file @
eee93633
...
...
@@ -25,7 +25,7 @@ export default {
"
content-type
"
:
"
application/json
"
}
})
.
then
(
response
=>
console
.
log
(
response
.
body
)
)
.
then
(
response
=>
response
)
.
then
(
data
=>
console
.
log
(
data
));
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment