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