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
Hello,
I'm wondering if ignoring the id property when creating a new account using admin client is normal behavior of hoodie-account-server.
Indeed, in routes > accounts.js, lune 197 to 201, id attributes is ignored. However, in hoodie-account-server-api, line 35,
var accountId = properties.id || uuid.v4()
it seems that personalization of this variable is anticipated...
The text was updated successfully, but these errors were encountered:
Hello,
I'm wondering if ignoring the id property when creating a new account using admin client is normal behavior of hoodie-account-server.
Indeed, in routes > accounts.js, lune 197 to 201, id attributes is ignored. However, in hoodie-account-server-api, line 35,
var accountId = properties.id || uuid.v4()
it seems that personalization of this variable is anticipated...
The text was updated successfully, but these errors were encountered: