scaffolding for new seasons
This commit is contained in:
@@ -76,7 +76,7 @@ func Register(
|
||||
method := r.Method
|
||||
if method == "GET" {
|
||||
tx.Commit()
|
||||
page.Register(details.DiscordUser.Username).Render(r.Context(), w)
|
||||
renderSafely(page.Register(details.DiscordUser.Username), s, r, w)
|
||||
return
|
||||
}
|
||||
if method == "POST" {
|
||||
|
||||
Reference in New Issue
Block a user