changed login and logout to adapt to domain and added ToU

This commit is contained in:
Kevin FEDYNA
2025-01-21 22:31:36 +01:00
parent 642d59dcab
commit 85766ffeed
10 changed files with 199 additions and 63 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import { FreshContext } from "$fresh/server.ts";
export default async function Home(_request: Request, _context: FreshContext) {
return (
<>
<h2>Welcome to PolyMPR!</h2>
<h2>PolyMPR</h2>
<h3>The <em>ultimate</em> HR platform</h3>
</>
);
}