diff --git a/views/login.pug b/views/login.pug index cd6678d..34c5f45 100644 --- a/views/login.pug +++ b/views/login.pug @@ -8,7 +8,7 @@ block content .card.my-5 .card-body h5.card-title.text-center Benutzeranmeldung - form + form(action='/login', method='POST') .form-group label(for='inputUser') Benutzername input#inputUser.form-control(type='user' placeholder='Benutzername eingeben' required='' autofocus='')