simple loginPost to avoid double layouts
This commit is contained in:
parent
cda43e8ae2
commit
2086ff3547
7
views/auth/loginPost.templ
Normal file
7
views/auth/loginPost.templ
Normal file
@ -0,0 +1,7 @@
|
||||
package auth
|
||||
|
||||
import "templ-test/views/components/bootstrap"
|
||||
|
||||
templ LoginPost() {
|
||||
@bootstrap.BootstrapAlert("Login successful!", bootstrap.VariantSuccess)
|
||||
}
|
Loading…
Reference in New Issue
Block a user