fixed redirection bug
This commit is contained in:
parent
eeb4bb85e0
commit
cfbf54410c
@ -19,7 +19,6 @@
|
||||
<h1>Welcome Back!</h1>
|
||||
</header>
|
||||
<main>
|
||||
<form id="login_form" class="form_class" action="login" method="post">
|
||||
<div class="info_div">
|
||||
<h2 id="user">User: USER</h2>
|
||||
<br>
|
||||
@ -30,7 +29,6 @@
|
||||
<br>
|
||||
<button onclick="location.assign('/posts')">Want to chat with some cool fellas?</button>
|
||||
</div>
|
||||
</form>
|
||||
</main>
|
||||
<script>
|
||||
async function setuser() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user