Update Password Error
Hi. My flow is to validate the password before updating it. This functionality works fine so I then invoke the update code from the docs
await ctx.internalAdapter.updatePassword(session.user.id, hash)
but then receive this error - Error: The data types text and nvarchar are incompatible in the equal to operator. Any suggestions?0 Replies