mirror of
https://github.com/h44z/wg-portal.git
synced 2025-09-19 17:01:15 +00:00
Add Interface column in user profile and fix sorting
This commit is contained in:
@@ -128,8 +128,8 @@ func (s *Server) GetUserIndex(c *gin.Context) {
|
||||
s.GetHandleError(c, http.StatusInternalServerError, "sort error", "failed to save session")
|
||||
return
|
||||
}
|
||||
c.Redirect(http.StatusSeeOther, "/admin")
|
||||
return
|
||||
/*c.Redirect(http.StatusSeeOther, "/admin")
|
||||
return*/
|
||||
}
|
||||
|
||||
peers := s.peers.GetSortedPeersForEmail(currentSession.SortedBy["userpeers"], currentSession.SortDirection["userpeers"], currentSession.Email)
|
||||
|
Reference in New Issue
Block a user