feat: Adds view route parsing tests.
This commit is contained in:
@@ -28,10 +28,6 @@ struct UserForm: HTML, Sendable {
|
||||
.afterRequest,
|
||||
.ifSuccessful(.resetForm, .toggleContent(.float))
|
||||
)
|
||||
// .custom(
|
||||
// name: "hx-on::after-request",
|
||||
// value: "if(event.detail.successful) this.reset(); toggleContent('float');"
|
||||
// )
|
||||
) {
|
||||
if case let .login(next) = context, let next {
|
||||
input(.type(.hidden), .name("next"), .value(next))
|
||||
|
||||
Reference in New Issue
Block a user