You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two sign in forms one for basic users and admins. If a user is signing up via magic link, I want to set the role in the database to "basic" or "admin".
Currently I cannot sign in because role must be defined and better-auth tries to create a user without providing the user role.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have two sign in forms one for basic users and admins. If a user is signing up via magic link, I want to set the role in the database to "basic" or "admin".
Currently I cannot sign in because role must be defined and better-auth tries to create a user without providing the user role.
Is it possible to achieve this using magic link?
Beta Was this translation helpful? Give feedback.
All reactions