sunguroku 3 năm trước cách đây
mục cha
commit
a7a2d86b04

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

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