feat: enhance wallet functionality and improve error handling
- Updated .env.example to include optional player site code configuration. - Modified error messages in hall-bet-errors for better clarity. - Improved the betting grid logic to handle invalid draw IDs and reload draws when necessary. - Adjusted wallet components to differentiate between credit and main wallet balances, including new translations for credit-related terms. - Enhanced wallet logs to support credit activity tracking and improved UI for displaying credit information.
This commit is contained in:
5
src/app/(player)/login/page.tsx
Normal file
5
src/app/(player)/login/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PlayerLoginScreen } from "@/features/player/player-login-screen";
|
||||
|
||||
export default function PlayerLoginPage() {
|
||||
return <PlayerLoginScreen />;
|
||||
}
|
||||
Reference in New Issue
Block a user