v1.6.0 #221
1
package-lock.json
generated
1
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user