Credential manager + bug fixes #191

Merged
LukeGus merged 18 commits from zac-dev into main 2025-09-08 02:23:48 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit ce0129bfba - Show all commits
-1
View File
@@ -7,7 +7,6 @@
"": {
"name": "termix",
"version": "1.6.0",
"hasInstallScript": true,
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",
+3 -3
View File
@@ -38,10 +38,10 @@ export const MobileApp: FC = () => {
<Terminal
ref={terminalRef}
hostConfig={{
ip: "192.210.197.55",
ip: "n/a",
port: 22,
username: "bugattiguy527",
password: "bugatti$123"
username: "n/a",
password: "n/a"
}}
isVisible={true}
/>