-
Hi, e.g
|
Beta Was this translation helpful? Give feedback.
Answered by
mikehardy
Jun 11, 2021
Replies: 1 comment 1 reply
-
That object is typed, and has type definitions. It sound like you want a composite object that contains the user plus your information? With javascript (not typescript) you can do whatever you like in your code, but it won't be saved in the auth store. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ithustle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That object is typed, and has type definitions. It sound like you want a composite object that contains the user plus your information? With javascript (not typescript) you can do whatever you like in your code, but it won't be saved in the auth store.