still me in the Passwordless recipe, if i choose ...
# support-questions-legacy
y
still me in the Passwordless recipe, if i choose
email or phone
strategy, how does supertokens differentiate between email or phone when choosing to use smsDelivery of emailDelivery? does it store phone/email in dedicated fields or is it the same filed like emailOrPassword
r
dedicated fields
y
so if i glued recipes
email + password
with
passwordless
like in
phone + password
recipe, am i safe to override both
emailDelivery
and
smsDelivery
?
r
im not sure i understand
y
im not sure either xd
so my goal is to make email/phone + password
and i used phone + password recipe
r
right
y
i understand that phone/email should come from email (field would be just
email
) + password recipe, and to verify users i override passwordless methods?
r
yea.
y
but if field is named
email
, will passwordless understand that it might be email or phone?
r
it will treat that as an email.
But you can override the sendEmail function to send an SMS as well i guess