import { useState } from "react"; import Button from "~/components/button"; import Card from "~/components/card"; import Code from "~/components/code"; import Input from "~/components/input"; interface UserPromptProps { hostname: string; } export default function UserPrompt({ hostname }: UserPromptProps) { const [username, setUsername] = useState(""); return (
{hostname}
{". "}
WebSSH follows the Headscale ACLs, so only permitted usernames will be able to connect.