delete profile & login redirect fixes

This commit is contained in:
2025-10-12 00:05:21 -04:00
parent 056841dc5e
commit c4674a4c85
4 changed files with 116 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
</button>
<NuxtLink
v-else
to="/login"
:to="`/login?redirect=${encodeURIComponent(route.fullPath)}`"
class="px-4 py-2 text-sm font-medium text-green-700 bg-green-50 rounded-md hover:bg-green-100 whitespace-nowrap"
>
Log In
@@ -72,7 +72,7 @@
</button>
<NuxtLink
v-else
to="/login"
:to="`/login?redirect=${encodeURIComponent(route.fullPath)}`"
class="px-4 py-2 text-sm font-medium text-green-700 bg-green-50 rounded-md hover:bg-green-100 whitespace-nowrap"
>
Log In
@@ -204,7 +204,7 @@
<h3 class="text-lg font-medium text-gray-900 mb-2">Want to take notes?</h3>
<p class="text-gray-600 mb-4">Log in or create an account to save your sermon notes!</p>
<NuxtLink
to="/login"
:to="`/login?redirect=${encodeURIComponent(route.fullPath)}`"
class="inline-flex items-center px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 font-medium"
>
Log In