simple loginPost to avoid double layouts

This commit is contained in:
James Tombleson 2024-04-14 19:36:45 -07:00
parent cda43e8ae2
commit 2086ff3547
1 changed files with 7 additions and 0 deletions

View File

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