Can now set an auth cookie to check for auth, but I should see what it takes to make a middleware.
This commit is contained in:
parent
05788e5fbb
commit
b0c4144987
3 changed files with 29 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
<label for="username">Username</label>
|
||||
<input id="username" name="username" placeholder="Username" type="text">
|
||||
<label for="password">Password</label>
|
||||
<input id="password" name="password" placeholder="Password" type="text">
|
||||
<input id="password" name="password" placeholder="Password" type="password">
|
||||
</middle>
|
||||
<bottom>
|
||||
<button-group>
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
</ul>
|
||||
</block>
|
||||
|
||||
|
||||
<block style="--value: 7; --border: 1px;" class="horizontal">
|
||||
<grid style="--cols: 2">
|
||||
<shape>Left Image</shape>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue