Files
imphnen-frontend-service/libs/service
Maulana SodiqinandClaude 31736cc403 fix: add missing auth hooks for gacha and dimentorin builds
Added missing React Query hooks that were being imported but not exported:
- usePostLogin
- usePostRegister
- usePostVerifyEmail
- usePostSendOtp
- useGoogleCallback

These hooks wrap the existing auth API functions with React Query's useMutation.

Fixes build errors:
- gacha:build - "usePostVerifyEmail" is not exported
- dimentorin:build - "useGoogleCallback" is not exported

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 09:49:51 +07:00
..
2025-03-19 23:38:42 +07:00
2025-03-19 23:38:42 +07:00
2025-03-19 23:38:42 +07:00
2025-11-24 10:48:09 +07:00
2025-03-19 23:38:42 +07:00
2025-03-19 23:38:42 +07:00
2025-03-19 23:38:42 +07:00
2025-03-19 23:38:42 +07:00

service

This library was generated with Nx.

Running unit tests

Run nx test service to execute the unit tests via Vitest.