Add link to login page from signup page
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
data-v0-t="card">
|
data-v0-t="card">
|
||||||
<div class="flex flex-col space-y-1.5 p-6" data-id="3">
|
<div class="flex flex-col space-y-1.5 p-6" data-id="3">
|
||||||
<h1 class="text-3xl font-bold text-center" data-id="4">
|
<h1 class="text-3xl font-bold text-center" data-id="4">
|
||||||
Signup
|
Sign up
|
||||||
</h1>
|
</h1>
|
||||||
{% if error %}
|
{% if error %}
|
||||||
<h2 class="text-2xl font-bold text-center text-red-500" data-id="4">
|
<h2 class="text-2xl font-bold text-center text-red-500" data-id="4">
|
||||||
@@ -38,9 +38,15 @@
|
|||||||
<button
|
<button
|
||||||
class="inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-primary/90 h-10 px-6 py-2 bg-blue-500 text-white rounded-md"
|
class="inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-primary/90 h-10 px-6 py-2 bg-blue-500 text-white rounded-md"
|
||||||
type="submit" data-id="14">
|
type="submit" data-id="14">
|
||||||
Signup
|
Sign up
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<hr class="my-4" data-id="15">
|
||||||
|
<div class="text-center" data-id="16">
|
||||||
|
<p class="text-gray-500" data-id="17">Already have an accont? <a class="underline text-blue-500"
|
||||||
|
data-id="18" href="{{ url_for('login') }}" rel="ugc">Login</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user