Pulse/package.json
Pulse Monitor b68ee634e9 fix: PBS edit form now correctly loads token authentication data
- Keep full token format (user@realm\!token-name) in edit form for PBS nodes
- Properly detect token vs password authentication based on hasToken/hasPassword fields
- Extract username from token format for internal use only
- Addresses issue #296 follow-up where PBS edit forms weren't populated correctly
2025-08-12 10:43:40 +00:00

5 lines
56 B
JSON

{
"dependencies": {
"puppeteer": "^24.16.1"
}
}