Rename and case

This commit is contained in:
Manav Rathi
2024-06-05 14:46:39 +05:30
parent 1ff6a53131
commit c83172f552
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ const PasskeysFlow = () => {
{t("TRY_AGAIN")}
</EnteButton>
<EnteButton
href="/passkeys/flow/recover"
href="/passkeys/recover"
fullWidth
style={{
marginTop: "1rem",

View File

@@ -1,5 +1,5 @@
import Page_ from "@ente/accounts/pages/two-factor/recover";
import { useAppContext } from "../../_app";
import { useAppContext } from "../_app";
const Page = () => (
<Page_ appContext={useAppContext()} twoFactorType="passkey" />