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
Regression (a behavior that used to work and stopped working in a new release)
Bug report
Performance issue
Feature request
Documentation issue or request
Other... Please describe:
Current behavior
After a successful registerAccount() happens, currentUserData remains undefined.
Expected behavior
For currentUserData to have the same values it'd have after calling signIn().
I quickly checked the network & it seems like user data is indeed returned from the server on registerAccount() request.
What is the motivation / use case for changing the behavior?
Components other than the registration don't have access to user data. So, it'd be useful for them to have access for it without the registration component making an extra signIn() request.
I'm submitting a...
Current behavior
After a successful
registerAccount()
happens,currentUserData
remains undefined.Expected behavior
For
currentUserData
to have the same values it'd have after callingsignIn()
.I quickly checked the network & it seems like user data is indeed returned from the server on
registerAccount()
request.What is the motivation / use case for changing the behavior?
Components other than the registration don't have access to user data. So, it'd be useful for them to have access for it without the registration component making an extra
signIn()
request.Environment
Angular-Token version: 7.0.1
Angular version: 7.2.5
Bundler
Browser:
The text was updated successfully, but these errors were encountered: