Use SMTP credentials instead of Gmail auth for Email
This commit is contained in:
@ -10,7 +10,7 @@ export default async () => {
|
||||
const admin = {
|
||||
username: 'admin',
|
||||
email: process.env.GMAIL,
|
||||
password: process.env.GMAIL_SMTP_PASSWORD,
|
||||
password: process.env.SMTP_PASSWORD,
|
||||
}
|
||||
|
||||
const [hashedPassword, salt] = hashPassword(admin.password)
|
||||
|
Reference in New Issue
Block a user