Update the mode of the action page
This commit is contained in:
@@ -105,7 +105,7 @@ export default function Reset({code, mode, apiKey, continueUrl}: {code: string;
|
|||||||
<div className="absolute h-full w-full bg-mti-rose-light z-10 bg-opacity-50" />
|
<div className="absolute h-full w-full bg-mti-rose-light z-10 bg-opacity-50" />
|
||||||
<img src="/people-talking-tablet.png" alt="People smiling looking at a tablet" className="h-full aspect-auto" />
|
<img src="/people-talking-tablet.png" alt="People smiling looking at a tablet" className="h-full aspect-auto" />
|
||||||
</section>
|
</section>
|
||||||
{mode === "reset" && (
|
{mode === "resetPassword" && (
|
||||||
<section className="h-full w-full flex flex-col items-center justify-center gap-2">
|
<section className="h-full w-full flex flex-col items-center justify-center gap-2">
|
||||||
<div className="flex flex-col gap-2 items-center relative">
|
<div className="flex flex-col gap-2 items-center relative">
|
||||||
<img src="/logo_title.png" alt="EnCoach's Logo" className="w-36 lg:w-64 absolute -top-36 lg:-top-64" />
|
<img src="/logo_title.png" alt="EnCoach's Logo" className="w-36 lg:w-64 absolute -top-36 lg:-top-64" />
|
||||||
|
|||||||
Reference in New Issue
Block a user