Skip to content

Commit

Permalink
bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
crtr0 committed Aug 16, 2021
1 parent 378ea9c commit 64f2a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/get-admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function unauthenticated(req) {
if (req.session.loggedIn) return
else {
let form = `
<h1>Please log-in</h1>
<h1>Please Log-in</h1>
<form action=/login method=post>
<input type=password name=password>
<input type=submit value=Log-In>
Expand Down

0 comments on commit 64f2a79

Please sign in to comment.