Fix: "Adding email to profile ends in error" (#8405)
This commit is contained in:
parent
b81b66912d
commit
c0bf7cd871
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import validateEmail from 'deep-email-validator';
|
||||
import { validate as validateEmail } from 'deep-email-validator';
|
||||
import { UserProfiles } from '@/models/index.js';
|
||||
|
||||
export async function validateEmailForAccount(emailAddress: string): Promise<{
|
||||
|
|
Loading…
Reference in a new issue