瀏覽代碼

Send new user to pad with SimpleNav

Previously, they would've been dropped onto the Blogs page.

Ref T680
simplified-nav
Matt Baer 4 年之前
父節點
當前提交
d944d461e5
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      unregisteredusers.go

+ 3
- 0
unregisteredusers.go 查看文件

@@ -47,6 +47,9 @@ func handleWebSignup(app *App, w http.ResponseWriter, r *http.Request) error {
ur.Normalize = true

to := "/"
if app.cfg.App.SimpleNav {
to = "/new"
}
if ur.InviteCode != "" {
to = "/invite/" + ur.InviteCode
}


Loading…
取消
儲存