mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add organization invitation system and update user profile management
This commit is contained in:
@@ -65,7 +65,7 @@ export const ProfileForm = () => {
|
||||
isLoading: isUpdating,
|
||||
isError,
|
||||
error,
|
||||
} = api.auth.update.useMutation();
|
||||
} = api.user.update.useMutation();
|
||||
const { t } = useTranslation("settings");
|
||||
const [gravatarHash, setGravatarHash] = useState<string | null>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user