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

fix indent

parent 6ca21eac
......@@ -560,7 +560,7 @@ export default {
method: "GET",
headers: {
"Content-Type": "multipart/form-data",
"Authorization": this.$auth.$storage.getUniversal("token")
"Authorization": this.$auth.$storage.getUniversal("token")
}
}).then((response) => {
return response.json()
......@@ -641,12 +641,4 @@ export default {
</script>
<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>
\ 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