cookie and session handling, password UI

This commit is contained in:
Max Peintner
2023-05-17 13:46:44 +02:00
parent 8a190e28c6
commit d3562b1f63
11 changed files with 338 additions and 61 deletions

View File

@@ -1,7 +1,4 @@
"use client";
import { Button, ButtonVariants } from "#/ui/Button";
import IdentityProviders from "#/ui/IdentityProviders";
import UsernameForm from "#/ui/UsernameForm";
export default function Page() {