chore: cleanup

This commit is contained in:
David Nguyen
2025-02-25 16:37:36 +11:00
parent 7e8955b89c
commit c1c7cfaf8b
9 changed files with 19 additions and 38 deletions

View File

@ -146,8 +146,7 @@ export const handleOAuthCallbackUrl = async (options: HandleOAuthCallbackUrlOpti
data: {
emailVerified: new Date(),
password: null,
// Todo: (RR7) Check this
// Todo: (RR7) Not required after we setup password specific accounts.
// Todo: (RR7) Will need to update the "password" account after the migration.
},
});
}