瀏覽代碼

Sunguroku patch 1 (#2883)

* Update accept.go

* Update accept.go
sunguroku 3 年之前
父節點
當前提交
ac0c9fe325
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ee/api/server/handlers/invite/accept.go

+ 1 - 1
ee/api/server/handlers/invite/accept.go

@@ -104,5 +104,5 @@ func (c *InviteAcceptHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
 		return
 	}
 
-	http.Redirect(w, r, fmt.Sprintf("/dashboard", invite.Email), 302)
+	http.Redirect(w, r, "/dashboard", 302)
 }