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
In Controller, the env['warden'] always is undefined, but when change to request.env['warden'], it worked fine, the wiki said env['warden'], what did I do wrong?
Any advice? Thanks
The text was updated successfully, but these errors were encountered:
In Controller, the
env['warden']
always is undefined, but when change torequest.env['warden'],
it worked fine, the wiki saidenv['warden']
, what did I do wrong?Any advice? Thanks
The text was updated successfully, but these errors were encountered: