Update account.go

This commit is contained in:
Abdullah 2023-01-29 12:15:36 +00:00 committed by GitHub
parent 3e6669828c
commit 5c31542179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ func login(app *App, w http.ResponseWriter, r *http.Request) error {
if app.cfg.App.SingleUser {
redirectTo = "/me/new"
} else {
redirectTo = "/"
redirectTo = "/new"
}
}