fmt
This commit is contained in:
parent
1a2b8458d5
commit
c7ca3e2af6
|
|
@ -42,7 +42,7 @@ func Home(ctx *context.Context) {
|
|||
user.Dashboard(ctx)
|
||||
}
|
||||
return
|
||||
// Check non-logged users landing page.
|
||||
// Check non-logged users landing page.
|
||||
} else if setting.LandingPageURL != setting.LandingPageHome {
|
||||
ctx.Redirect(setting.AppSubURL + string(setting.LandingPageURL))
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user