We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd715d commit 7536320Copy full SHA for 7536320
src/renderer/components/PasswordPromptWindow/index.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <Window :title="`Password for ${conn.user}@${conn.host}`">
+ <Window :title="`Password for ${conn.user}@${conn.host}`" @close="cancel">
3
<div class="wrap">
4
<div class="form-item">
5
<label>Password</label>
0 commit comments