fix: upgrade to new tailscale go version to fix ssh

This commit is contained in:
Aarnav Tale
2025-09-27 12:10:15 -04:00
parent 4df15fd4b2
commit 1dfb2fb777
10 changed files with 66 additions and 82 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ export default function Expire({ machine, isOpen, setIsOpen }: ExpireProps) {
This will disconnect the machine from your Tailnet. In order to
reconnect, you will need to re-authenticate from the device.
</Dialog.Text>
<input type="hidden" name="action_id" value="expire" />
<input type="hidden" name="node_id" value={machine.id} />
<input name="action_id" type="hidden" value="expire" />
<input name="node_id" type="hidden" value={machine.id} />
</Dialog.Panel>
</Dialog>
);