mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-09 01:25:46 +00:00
Add std
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
func Pages.CheckEmail()
|
||||
func Pages.CheckEmail(ctx)
|
||||
{
|
||||
var pages = [
|
||||
{
|
||||
@@ -11,11 +11,7 @@ func Pages.CheckEmail()
|
||||
route = "/upload",
|
||||
text = "Upload"
|
||||
},
|
||||
{
|
||||
active = false,
|
||||
route = "/login",
|
||||
text = "Login"
|
||||
}
|
||||
DB.LoginButton(ctx,false)
|
||||
];
|
||||
var html = <div class={"container"}>
|
||||
<h1>Please check your email.</h1>
|
||||
|
||||
Reference in New Issue
Block a user