mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-03 17:40:28 +00:00
fix form actions
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<header class="modal-card-head">
|
||||
<p class="modal-card-title">tinypin » log in</p>
|
||||
</header>
|
||||
<form method="post" action="http://localhost:3000/login">
|
||||
<form method="post" action="./login">
|
||||
<section class="modal-card-body">
|
||||
|
||||
<div class="field">
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<header class="modal-card-head">
|
||||
<p class="modal-card-title">tinypin » create account</p>
|
||||
</header>
|
||||
<form method="post" action="register">
|
||||
<form method="post" action="./register">
|
||||
<section class="modal-card-body">
|
||||
|
||||
<div class="field">
|
||||
|
||||
Reference in New Issue
Block a user