Closed Panipan-id closed 1 year ago
Hi @Panipan-id Can you show me result of your dd($user)? And show me your user model please. It seems your user model returning array, by default it should return user entity. Have you modified the code? And version of myth:auth please.
More info will be useful to solve your problem
Hi thankyou @manageruz,
Thanks for the reply, I've fixed it and it's running normally. And I have one question, Can I create my own model using data from myauth? for example like getting user data.
Thank you
Yes you can create your own model using data from myth auth. The best way to mofidy it is extending it. Good luck
Do I need to delete the entity and its model? , or can I just create a model directly?
No you shouldn't delete any code directly in myth auth. Instead just extend it and you can modify it as you want
Ok thanks , I will try it
Closing as solved. If you have any questions feel free to open new topic on discussions.
Hello,
I have an issue regarding forgot password, can you help? and how to fix it?
Thank you