Skip to content

Commit

Permalink
feat: login with private key
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyzyykk committed Jan 1, 2025
1 parent df17d17 commit b531555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/terminal/src/components/ConnectSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export default {
// 私钥相关
const privateKeyRef = ref();
const openprivateKeyBlock = () => {
privateKeyRef.value.content = setInfo.value.server_key ? setInfo.value.server_key.content : '';
privateKeyRef.value.passphrase = setInfo.value.server_key ? setInfo.value.server_key.passphrase : '';
privateKeyRef.value.DialogVisilble = true;
};
Expand Down

0 comments on commit b531555

Please sign in to comment.