Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Juanies/pye
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanies committed Jun 14, 2024
2 parents fa83be0 + d50fdae commit 4898c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default async function Home() {
<div>
<LoginForm/>
<h1>{session?.user?.name}</h1>
<Image src={session?.user?.image} width={72} height={72}></Image>
</div>
*/}
</main>
Expand Down

0 comments on commit 4898c9b

Please sign in to comment.