From 4a24db852a5c3293666fc11bb7c032944b264607 Mon Sep 17 00:00:00 2001 From: Mario Minardi Date: Wed, 6 Dec 2023 10:08:23 -0700 Subject: [PATCH] client/web: use IPv4 instead of IP in login view (#10483) The IP property in node data was renamed to IPv4 but refactoring the usage of the property was missed in this file. Updates https://github.com/tailscale/tailscale/issues/10261 Signed-off-by: Mario Minardi --- client/web/src/components/views/login-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/components/views/login-view.tsx b/client/web/src/components/views/login-view.tsx index f36d69836..19b1fc6c2 100644 --- a/client/web/src/components/views/login-view.tsx +++ b/client/web/src/components/views/login-view.tsx @@ -49,7 +49,7 @@ export default function LoginView({ Connect to Tailscale - ) : data.IP ? ( + ) : data.IPv4 ? ( <>