Replies: 1 comment
-
Are your routes using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Out of the box, the adonis inertia.js config file had this section of code:
But in my vue components, when I add user to defineProps it is undefined.
What am I missing? The documentation on the AdonisJS site doesn't go into much detail.
I am using Ally to sign in with microsoft, and then creating a user. Here is my controller that does that:
Beta Was this translation helpful? Give feedback.
All reactions