- Added ThemeContext to manage theme state and toggle functionality. - Updated components to support dark mode styles, including header, dashboard, and home page. - Enhanced CSS for smooth transitions between light and dark themes. - Modified authentication context to handle async login operations. - Improved user experience by preserving theme preference in local storage. - Refactored login and register pages to handle OAuth tokens and errors more gracefully.
9 lines
253 B
Bash
9 lines
253 B
Bash
VITE_SBP_QR_URL="https://www.tinkoff.ru/rm/r_EuYdiibJtU.jfgPfrHOCE/hTZjH20709"
|
|
VITE_CARD_NUMBER="2204 2402 3323 3354"
|
|
|
|
VITE_TURNSTILE_SITE_KEY=0x4AAAAAAB7306voAK0Pjx8O
|
|
|
|
# API URLs
|
|
VITE_API_URL=https://api.ospab.host
|
|
VITE_SOCKET_URL=wss://api.ospab.host
|