chore: hide user email (#282)

This commit is contained in:
boojack
2022-10-13 09:01:02 +08:00
committed by GitHub
parent 269d92e637
commit 21c30ac157
3 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
if hostUser != nil {
// data desensitize
hostUser.Email = ""
hostUser.OpenID = ""
}