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
This works but you do need to make creating users public.
But I can't seem to work out how to add a user with additional fields.
I've tried swapping out DirectusUser with my custom user class (which extends DirectusUser). this creates the user but none of my additional fields are set on the new user.
What am I missing here?
Testing in the Andriod simulator under Windows
Library version: directus: ^0.11.0
The text was updated successfully, but these errors were encountered:
I've tried code like this:
This works but you do need to make creating users public.
But I can't seem to work out how to add a user with additional fields.
I've tried swapping out DirectusUser with my custom user class (which extends DirectusUser). this creates the user but none of my additional fields are set on the new user.
What am I missing here?
Testing in the Andriod simulator under
Windows
Library version:
directus: ^0.11.0
The text was updated successfully, but these errors were encountered: