merge cnflicts with dev
This commit is contained in:
1 parent
671b67be9d
commit
07824e6355
3 files changed
+5
-5
No files matched your search
@@ -8,7 +8,7 @@ const transporter = nodeMail.createTransport({
|
||||
service: 'gmail',
|
||||
auth: {
|
||||
user: process.env.EMAIL_USER,
|
||||
pass: process.env.PASS,
|
||||
pass: process.env.EMAIL_PASS,
|
||||
}
|
||||
});
|
||||
// users info
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="w-96 p-6 shadow-1g bg-white rounded-md">
|
||||
<h1 class="text-3xl block text-center font-semibold">Reset Password</h1>
|
||||
<hr class="mt-3">
|
||||
<% if (reset==='' ) { %>
|
||||
<% if (!reset ) { %>
|
||||
<div class="mt-3">
|
||||
<label for="email" class="block text-base mb-2">Email</label>
|
||||
<input type="text" id="email" name="email"
|
||||
@@ -23,7 +23,7 @@
|
||||
<div class="text-red-800 font-bold" id="forgor">
|
||||
<%= error%>
|
||||
</div>
|
||||
<% if (reset==='' ) { %>
|
||||
<% if (!reset) { %>
|
||||
<div class="mt-5">
|
||||
<button type="submit"
|
||||
class="cursor-pointer border-2 border-gray-600 bg-blue-600 text-white py-1 w-full rounded-md hover:bg-transparent hover:text-indigo-700 font-semibold">Send
|
||||
|
||||
Reference in new issue
Block a user