| 1 | // Cross-target (browser): removing a connection asks for confirmation first. |
| 2 | // Remove is destructive and irreversible (credentials are immutable, so a |
| 3 | // removed connection cannot be restored — only re-created), so the row's |
| 4 | // Remove menu item must open a confirm dialog rather than firing the |
nothing calls this directly
no test coverage detected