add back button

This commit is contained in:
peintnermax
2024-07-11 15:56:41 +02:00
parent 21e7e3b72f
commit 488e806ad3
2 changed files with 20 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ import {
Checks,
AuthenticationMethodType,
} from "@zitadel/server";
import BackButton from "./BackButton";
type Inputs = {
password: string;
@@ -213,9 +214,7 @@ export default function PasswordForm({
)}
<div className="mt-8 flex w-full flex-row items-center">
{/* <Button type="button" variant={ButtonVariants.Secondary}>
back
</Button> */}
<BackButton />
<span className="flex-grow"></span>
<Button
type="submit"