deploy prepare

This commit is contained in:
2026-05-02 17:53:45 +03:00
parent 62d9215b47
commit da5dfb28b4
5 changed files with 188 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ func (s *Server) CreateManager(w http.ResponseWriter, r *http.Request) {
ID: userid,
Slug: s.GenerateUserSlug(req.FullName, userid),
CreatedAt: now,
UpdatedAt: now,
UpdatedAt: &now,
Role: "manager",
Email: string(req.Email),
PasswordHash: string(passwordHash),