Ver código fonte

Send new user to pad with SimpleNav

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

Ref T680
customize-reader
Matt Baer 4 anos atrás
pai
commit
cb28c95689
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      unregisteredusers.go

+ 3
- 0
unregisteredusers.go Ver arquivo

@@ -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
}


Carregando…
Cancelar
Salvar