Authentication with Credentials is working and setup, same for OAuth with Google.

This commit is contained in:
charles-gauthereau
2024-11-09 21:38:18 +01:00
parent 6541cfcc26
commit 6d90bb23c1
24 changed files with 784 additions and 341 deletions
-1
View File
@@ -5,7 +5,6 @@ export default async function RoutePage(props: PageParams<{}>) {
return(
<div>
<h1>Ok</h1>
<Button>Button</Button>
</div>