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
Is there any way to generate a URL for a route with some additional query parameters? I would want to do something like (silk/depart routes :login {} {:query {"returnUrl" "/somewhere"}}), but AFAICT there's no way to feed query params into depart. Am I holding it wrong?