From 964cdc1d6155ce9d48391ce560ea0f4372c2cc67 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 18 Mar 2025 17:48:13 -0500 Subject: [PATCH] Fix warning about missing key for children (#1987) --- components/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/login.js b/components/login.js index 3d3d1d84..fec92298 100644 --- a/components/login.js +++ b/components/login.js @@ -112,6 +112,7 @@ export default function Login ({ providers, callbackUrl, multiAuth, error, text, default: return ( not available for account switching yet : <>} trigger={['hover', 'focus']} @@ -119,7 +120,6 @@ export default function Login ({ providers, callbackUrl, multiAuth, error, text,
signIn(provider.id, { callbackUrl, multiAuth })} text={`${text || 'Login'} with`}