From 68f4680549ceea8f1346b77c938769f3255b0d32 Mon Sep 17 00:00:00 2001 From: Lindsey Simon Date: Wed, 1 Jul 2020 07:40:22 -0700 Subject: [PATCH] Update index.js (#14771) Fix CSS `display` on login link. --- examples/with-firebase-authentication/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase-authentication/pages/index.js b/examples/with-firebase-authentication/pages/index.js index d0067c0cdb..c137f2888e 100644 --- a/examples/with-firebase-authentication/pages/index.js +++ b/examples/with-firebase-authentication/pages/index.js @@ -35,7 +35,7 @@ const Index = () => {

You're signed in. Email: {user.email}