feat: add organization invitation system and update user profile management

This commit is contained in:
Mauricio Siu
2025-02-22 02:31:04 -06:00
parent 5ae103e779
commit b02195db17
11 changed files with 169 additions and 100 deletions

View File

@@ -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);