Skip to content

Commit 15fa4fb

Browse files
committed
cleanup
1 parent d328968 commit 15fa4fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Login/login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export default function LoginPage() {
4545
<SignInWithButton />
4646
</div>
4747
<br />
48-
<p>If logged in, try and provide user with link to prior navpoint</p>
49-
<p>Current Pathname: {router.pathname}</p>
48+
{/* <p>If logged in, try and provide user with link to prior navpoint</p>
49+
<p>Current Pathname: {router.pathname}</p> */}
5050
</div>
5151
)
5252
}

0 commit comments

Comments
 (0)