Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions node_modules/.bin/mime.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions node_modules/.bin/mime.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
<div class="form__container">
<div class="logo"><img class="logo__pic" src="img/logo.svg" width="45"></div>
<div class="fieldset">
<div class="field"><input id="usernameField" class="input" type="email" placeholder="E-mail address"
<div class="field"><input id="username" class="input" type="email" placeholder="E-mail address"
required></div>
<div class="field"><input id="passwordField" class="input" type="password" placeholder="Password" required>
<div class="field"><input id="password" class="input" type="password" placeholder="Password" required>
</div>
</div>
<button id="login-btn" type="submit" class="btn btn-large">Sign in</button>
Expand Down