fix/fixed background of password reset

This commit is contained in:
Joaquin committed 2025-05-20 11:16:55 -07:00
1 parent e320459955
commit de99301738
1 file changed
+1 -1
+1 -1
View File
@@ -1,7 +1,7 @@
<%- include("./partials/fileHeader") %> <%- include("./partials/fileHeader") %>
<%- include("./partials/headerStart") %> <%- include("./partials/headerStart") %>
<main class="pt-12 bg-slate-100 min-h-screen"> <main class="pt-12">
<div class="flex justify-center items-center py-10"> <div class="flex justify-center items-center py-10">
<form action="/auth/resetPass" method="POST"> <form action="/auth/resetPass" method="POST">
<div class="w-96 p-8 bg-white rounded-lg shadow-xl border border-slate-200"> <div class="w-96 p-8 bg-white rounded-lg shadow-xl border border-slate-200">