rocketadmin
rocketadmin copied to clipboard
Launch admin panel in under 5 minutes
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [mermaid](https://github.com/mermaid-js/mermaid). Updates `mermaid` from 11.4.1 to 11.10.0 Release notes Sourced from mermaid's releases. [email protected] Minor Changes #6744 daf8d8d Thanks...
In your docs you say: `After installation rocketadmin will create a user with email [[email protected]](mailto:[email protected]) and autogenerated password. The message will be Admin user created with email: "[email protected]" and password:...
Potential fix for [https://github.com/rocket-admin/rocketadmin/security/code-scanning/30](https://github.com/rocket-admin/rocketadmin/security/code-scanning/30) To fix the problem, we should avoid directly interpolating untrusted data into the format string of logging functions. Instead, use a static format string and pass...
Audit
This PR addresses the request to add data-testid attributes to specific UI elements to improve test automation capabilities. ## Changes Made **Verified Existing Implementation:** - ✅ Company title on connection-list...