import React from "react" import { NodeData } from "src/hooks/node-data" import { ReactComponent as TailscaleIcon } from "src/icons/tailscale-icon.svg" /** * LoginClientView is rendered when the client is not authenticated * to a tailnet. */ export default function LoginClientView({ data, onLoginClick, }: { data: NodeData onLoginClick: () => void }) { return (
Your device's key has expired. Reauthenticate this device by logging in again, or{" "} learn more .
Get started by logging in to your Tailscale network. Or, learn more at{" "} tailscale.com .