Skip to content
Snippets Groups Projects
Commit 6ab7d752 authored by Ahmad Saladin's avatar Ahmad Saladin
Browse files

fix login padding

parent ea68fe3a
Branches
Tags
2 merge requests!38Main,!36Main
...@@ -115,7 +115,11 @@ export default { ...@@ -115,7 +115,11 @@ export default {
}) })
.catch(() => alert("username atau password salah")); .catch(() => alert("username atau password salah"));
}, },
}, },
mounted(){
document.getElementById("app").style.padding = "0"
}
}; };
</script> </script>
......
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