mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
2983c09a4a
- Fixed copy button not working in Quick Token Setup modal - Button was conditionally rendered only when host was populated - Now always visible and shows error if host is empty - Updated placeholder text to be clearer - Fixed toast notifications appearing behind modals - Increased z-index from z-50 to z-[9999] to ensure visibility - Fixed Generate API Token section intermittently not showing - Added proper loading state for security status - Prevents race condition where component renders before data loads - Added loadSecurityStatus() function for reusability - Refresh security status after password change - Skip CSRF validation for /api/setup-script-url endpoint - Endpoint generates temporary tokens, not a state change - Fixes 403 Forbidden error when generating setup scripts All API token functionality confirmed working with token rotation