Login&Logout fix

/Dash ist jetzt sicher gegen unangemeldete user.
/logout funktioniert jetzt auch
This commit is contained in:
Georg Reisinger
2018-11-20 20:59:19 +01:00
parent 6766a6a3e9
commit 79a5f17a2c
2 changed files with 15 additions and 3 deletions

View File

@ -13,7 +13,11 @@
<div class="container">
<p>Logged in as: testuser1</p>
<br><br>
<br>
<div class="col s6">
<a href="/logout" class="waves-effect waves-light btn">Logout</a>
</div>
<br>
<div class="row">
<div class="input-field col s6">
<input id="name" type="text" class="validate name">