log
This commit is contained in:
@@ -12,8 +12,6 @@ export function useEmail() {
|
||||
|
||||
const checkEmailConfirmed = serviceConfig?.checkEmailConfirmed
|
||||
|
||||
console.log(profile?.createdAt)
|
||||
|
||||
const isNewEnough =
|
||||
profile?.createdAt &&
|
||||
Date.parse(profile.createdAt) >= Date.parse('2024-11-16T02:00:00.000Z')
|
||||
|
||||
Reference in New Issue
Block a user