Skip to content

Commit

Permalink
move components out
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 8, 2024
1 parent 56dac22 commit 9de3d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function LoginButton() {
if (session) {
return (
<>
Signed in as {session?.user?.email} <br />
Signed in as {JSON.stringify(session)} <br />
<button onClick={() => signOut()}>Sign out</button>
</>
);
Expand Down
File renamed without changes.

0 comments on commit 9de3d31

Please sign in to comment.