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
but i then get an error that the constant TokenAuthOverrides::RegistrationsController is undefined, and that a definition was expected in my override controller. changing it to this seems to fix the problem:
this isn't an issue with the code, just the readme...but not sure where else to put it.
in the controller override instructions, you have this:
i'm doing this with the Registrations controller, so it looks like this:
but i then get an error that the constant
TokenAuthOverrides::RegistrationsController
is undefined, and that a definition was expected in my override controller. changing it to this seems to fix the problem:so i think you need that
TokenAuthOverrides
prefix before the controller name.The text was updated successfully, but these errors were encountered: