passwordform org

This commit is contained in:
peintnermax
2024-03-26 09:37:01 +01:00
parent 065e40436b
commit 5593563be2

View File

@@ -51,6 +51,7 @@ export default async function Page({
<PasswordForm <PasswordForm
loginName={loginName} loginName={loginName}
authRequestId={authRequestId} authRequestId={authRequestId}
organization={organization}
promptPasswordless={promptPasswordless === "true"} promptPasswordless={promptPasswordless === "true"}
isAlternative={alt === "true"} isAlternative={alt === "true"}
/> />