Skip to content

Commit

Permalink
Merge pull request #56 from wesley-silv/FMG-36
Browse files Browse the repository at this point in the history
feat(index.html): rename the methods post to uppercase POST
  • Loading branch information
wesley-silv authored Nov 19, 2024
2 parents b21235c + ce36192 commit 2f02343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<div class="login-container">
<h2>Login</h2>
<form action="/login" method="post">
<form action="/login" method="POST">
<div class="input-group">
<i class="bi bi-person-fill"></i>
<input
Expand Down
8 changes: 0 additions & 8 deletions public/styles/toggle-theme.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

.theme-selector {
/* position: absolute;
top: 0.8rem;
right: 5rem;
width: max-content;
z-index: 999; */
}

#theme-switcher {
font-size: 1rem;
padding: 0.4rem;
Expand Down

0 comments on commit 2f02343

Please sign in to comment.