[x] Requires coderly/teamplaybook-api#10 to be merged as well
Description
With this PR, during registration, instead of relying on a custom method of our own, we rely on store.createRecord, followed by store.save, which I think is a more conventional approach to user registration.
However, adding this change raises some questions. I'll try to write them down in a gist and link them here - #13
Description
With this PR, during registration, instead of relying on a custom method of our own, we rely on
store.createRecord
, followed bystore.save
, which I think is a more conventional approach to user registration.However, adding this change raises some questions. I'll try to write them down in a gist and link them here - #13