fix: Sidebar resize issues and issues with TOTP interfering with password auth

This commit is contained in:
LukeGus
2025-11-02 15:44:25 -06:00
parent 9a697a7c10
commit 855a2b5a64
19 changed files with 338 additions and 218 deletions

View File

@@ -792,7 +792,9 @@
"terminalCustomizationNotice": "注意:终端自定义仅在桌面网站版本中有效。移动和 Electron 应用程序使用系统默认终端设置。",
"noneAuthTitle": "键盘交互式认证",
"noneAuthDescription": "此认证方法在连接到 SSH 服务器时将使用键盘交互式认证。",
"noneAuthDetails": "键盘交互式认证允许服务器在连接期间提示您输入凭据。这对于需要多因素认证或动态密码输入的服务器很有用。"
"noneAuthDetails": "键盘交互式认证允许服务器在连接期间提示您输入凭据。这对于需要多因素认证或动态密码输入的服务器很有用。",
"forceKeyboardInteractive": "强制键盘交互式认证",
"forceKeyboardInteractiveDesc": "强制使用键盘交互式认证。这通常是使用双因素认证TOTP/2FA的服务器所必需的。"
},
"terminal": {
"title": "终端",