mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
When updating a compute without providing a password field, compute_update.password is None and calling .get_secret_value() on it causes a 500 Internal Server Error. Only set the password in update_values when a password is actually provided. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>