fix leave team 404 (#1154)
This commit is contained in:
parent
d2b2881306
commit
b40496533b
2 changed files with 3 additions and 1 deletions
|
@ -108,6 +108,8 @@ func TeamsAction(ctx *context.Context) {
|
|||
switch page {
|
||||
case "team":
|
||||
ctx.Redirect(ctx.Org.OrgLink + "/teams/" + ctx.Org.Team.LowerName)
|
||||
case "home":
|
||||
ctx.Redirect(ctx.Org.Organization.HomeLink())
|
||||
default:
|
||||
ctx.Redirect(ctx.Org.OrgLink + "/teams")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue