diff --git a/cmd/dashboard/controller/user.go b/cmd/dashboard/controller/user.go index 486597e..c2cbea8 100644 --- a/cmd/dashboard/controller/user.go +++ b/cmd/dashboard/controller/user.go @@ -89,6 +89,7 @@ func updateProfile(c *gin.Context) (any, error) { return nil, newGormError("%v", err) } + singleton.OnUserUpdate(&user) return nil, nil }