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
The extended client (extension is empty) doesn't have the password property on the user model entity although it's present in the original (non-extended) one.
According to the schema, the password is a foreign entity relation:
The text was updated successfully, but these errors were encountered:
The extended client doesn't provide access to the related fields.
I modified this doc example's script.ts file to illustrate the problem:
The extended client (extension is empty) doesn't have the password property on the user model entity although it's present in the original (non-extended) one.
According to the schema, the password is a foreign entity relation:
The text was updated successfully, but these errors were encountered: