remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 09:43:48 -06:00
parent 4dd4ab9bd0
commit f54a23b686
1 changed files with 6 additions and 4 deletions

View File

@ -64,10 +64,12 @@
<div class="space-y-4">
<h2 class="text-sm label text-black">
<h2 class="text-base label text-black">
Create an Account
<span class="text-gray-500">
<a href="/login" class="text-blue-500 hover:text-blue-600">Login</a>
<span class="text-gray-500">or</span>
<a href="/login{{'?redirect='+redirect if redirect else ''}}" class="text-blue-500 hover:text-blue-600">
Login to rDrama
</a>
</h2>
<div>
@ -123,7 +125,7 @@
</div>
<div class="mx-auto text-gray-300/70 text-xs mt-4">
<div class="hidden mx-auto text-gray-300/70 text-xs mt-4">
Already have an account?
<a href="/login{{'?redirect='+redirect if redirect else ''}}" class="font-bold text-gray-300/70 hover:text-gray-300">Log in</a>
</div>