mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
Add std
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
func Pages.Login()
|
||||
func Pages.Login(ctx)
|
||||
{
|
||||
var pages = [
|
||||
{
|
||||
@@ -11,11 +11,7 @@ func Pages.Login()
|
||||
route = "/upload",
|
||||
text = "Upload"
|
||||
},
|
||||
{
|
||||
active = true,
|
||||
route = "/login",
|
||||
text = "Login"
|
||||
}
|
||||
DB.LoginButton(ctx,true)
|
||||
];
|
||||
var html = <div class={"container min-vh-100 d-flex justify-content-center align-items-center"}>
|
||||
<form action={"./login"} method={"post"} enctype={"application/x-www-form-urlencoded"}>
|
||||
|
||||
Reference in New Issue
Block a user