signin with idp routing

This commit is contained in:
peintnermax
2024-03-19 14:15:54 +01:00
parent b5bef43888
commit 2b1e5312f4
6 changed files with 156 additions and 54 deletions

View File

@@ -38,6 +38,7 @@ export default function PasswordForm({
async function submitPassword(values: Inputs) {
setError("");
setLoading(true);
const res = await fetch("/api/session", {
method: "PUT",
headers: {