mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 00:43:08 +02:00
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';
|
import { UserProfiles } from '@/models/index.js';
|
||||||
|
|
||||||
export async function validateEmailForAccount(emailAddress: string): Promise<{
|
export async function validateEmailForAccount(emailAddress: string): Promise<{
|
||||||
|
|
Loading…
Reference in a new issue