mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-16 05:22:20 +00:00
auth methods on verify page
This commit is contained in:
@@ -15,9 +15,9 @@ export default async function Page({ searchParams }: { searchParams: any }) {
|
||||
loginName,
|
||||
sessionId,
|
||||
code,
|
||||
submit,
|
||||
organization,
|
||||
authRequestId,
|
||||
invite,
|
||||
} = searchParams;
|
||||
|
||||
const branding = await getBrandingSettings(organization);
|
||||
@@ -41,11 +41,11 @@ export default async function Page({ searchParams }: { searchParams: any }) {
|
||||
userId={userId}
|
||||
loginName={loginName}
|
||||
code={code}
|
||||
submit={submit === "true"}
|
||||
organization={organization}
|
||||
authRequestId={authRequestId}
|
||||
sessionId={sessionId}
|
||||
loginSettings={loginSettings}
|
||||
isInvite={invite === "true"}
|
||||
/>
|
||||
) : (
|
||||
<div className="w-full flex flex-row items-center justify-center border border-yellow-600/40 dark:border-yellow-500/20 bg-yellow-200/30 text-yellow-600 dark:bg-yellow-700/20 dark:text-yellow-200 rounded-md py-2 scroll-px-40">
|
||||
|
||||
Reference in New Issue
Block a user