go-cook-portal/views/auth/loginPost.templ

8 lines
161 B
Plaintext
Raw Permalink Normal View History

package auth
import "templ-test/views/components/bootstrap"
templ LoginPost() {
@bootstrap.BootstrapAlert("Login successful!", bootstrap.VariantSuccess)
}