Compare commits
1 commit
develop
...
simplified
Author | SHA1 | Date | |
---|---|---|---|
|
d944d461e5 |
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ func handleWebSignup(app *App, w http.ResponseWriter, r *http.Request) error {
|
||||||
ur.Normalize = true
|
ur.Normalize = true
|
||||||
|
|
||||||
to := "/"
|
to := "/"
|
||||||
|
if app.cfg.App.SimpleNav {
|
||||||
|
to = "/new"
|
||||||
|
}
|
||||||
if ur.InviteCode != "" {
|
if ur.InviteCode != "" {
|
||||||
to = "/invite/" + ur.InviteCode
|
to = "/invite/" + ur.InviteCode
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue