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
According to the above code, I set the redirect url for successful login using HxRedirect annotation in Controller, I handle the login exception in Handler method of exception handling class, when the exception occurs I want to prompt instead of redirect, after testing whether I set HtmxResponseHeader.HX_REDIRECT in Handler exception handling method or not, it will redirect to "/htmx/admin/user/", is there something wrong with me?
The text was updated successfully, but these errors were encountered:
According to the above code, I set the redirect url for successful login using HxRedirect annotation in Controller, I handle the login exception in Handler method of exception handling class, when the exception occurs I want to prompt instead of redirect, after testing whether I set HtmxResponseHeader.HX_REDIRECT in Handler exception handling method or not, it will redirect to "/htmx/admin/user/", is there something wrong with me?
The text was updated successfully, but these errors were encountered: