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
It looks like the plugin does not allow a Mojo::URL object to be the first argument to url_for, though Mojolicious allows it and simply passes the URL through. It seems like the fix would be to add another check when trying to discard an element from @_:
It looks like the plugin does not allow a Mojo::URL object to be the first argument to
url_for
, though Mojolicious allows it and simply passes the URL through. It seems like the fix would be to add another check when trying to discard an element from@_
:The text was updated successfully, but these errors were encountered: