You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SSH password dialog Enter key submission and HTTPS endpoint compatibility check
- Wrap password dialog content in a <form> element so pressing Enter submits
the password, matching universal password dialog UX expectations.
- Remove hardcoded hostedHttpsCompatibility override for custom endpoints so
classifyHostedHttpsCompatibility auto-detects http:// URLs as incompatible.
0 commit comments