mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 02:09:41 +00:00
d63b735c7a
- Fixed NodeModal to correctly detect token auth based on tokenName instead of user field - Backend now properly clears user field when using token authentication - Backend now properly clears token fields when using password authentication - This fixes the issue where PBS nodes using token auth would show "User:" instead of "Token:" Fixes #263, #261