Commit 1203f91e authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

fix indent

parent 6ca21eac
...@@ -560,7 +560,7 @@ export default { ...@@ -560,7 +560,7 @@ export default {
method: "GET", method: "GET",
headers: { headers: {
"Content-Type": "multipart/form-data", "Content-Type": "multipart/form-data",
"Authorization": this.$auth.$storage.getUniversal("token") "Authorization": this.$auth.$storage.getUniversal("token")
} }
}).then((response) => { }).then((response) => {
return response.json() return response.json()
...@@ -641,12 +641,4 @@ export default { ...@@ -641,12 +641,4 @@ export default {
</script> </script>
<style> <style>
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment