Skip to content

Commit d8d774d

Browse files
authored
Update index.html
1 parent ca39ee6 commit d8d774d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
const { useMemo, useState } = React;
155155

156156
function App() {
157-
const [endpoint, setEndpoint] = useState(location.href + "connect.php");
157+
const [endpoint, setEndpoint] = useState("http://opencloudshell.xvps.jp/connect.php");
158158
const [port, setPort] = useState("10022");
159-
const [destination, setDestination] = useState("linuxserver.io@localhost");
159+
const [destination, setDestination] = useState("user@localhost");
160160
const [password, setPassword] = useState("");
161161
const [key, setKey] = useState("");
162162
const [copied, setCopied] = useState(false);
@@ -220,7 +220,7 @@ <h1>OpenCloudShell</h1>
220220
type="text"
221221
value={port}
222222
onChange={(e) => setPort(e.target.value)}
223-
placeholder="10022"
223+
placeholder="22"
224224
/>
225225
</label>
226226

0 commit comments

Comments
 (0)