```Type '{ mode: string; }' is not assignable to t...
# support-questions-legacy
y
Copy code
Type '{ mode: string; }' is not assignable to type 'TypeInputEmailVerificationFeature'.
  Object literal may only specify known properties, and 'mode' does not exist in type 'TypeInputEmailVerificationFeature'.ts(2322)
hi! is this normal?
should i just ignore this?
r
Hey! Can i see the import statement?
y
Copy code
import EmailPasswordNode from 'supertokens-node/recipe/emailpassword'
r
oh i see. so that config goes on the frontend - with supertokens-auth-react SDK
y
oh, sorry 😅
wait, but if i'm building my own ui, do i still need to put this in my config?
r
u don't need to put in your config. You can just use the EmailPassword.isEmailVerified() function on the frontend. Have a look at this thread:
4 Views