Rename and case
This commit is contained in:
@@ -257,7 +257,7 @@ const PasskeysFlow = () => {
|
||||
{t("TRY_AGAIN")}
|
||||
</EnteButton>
|
||||
<EnteButton
|
||||
href="/passkeys/flow/recover"
|
||||
href="/passkeys/recover"
|
||||
fullWidth
|
||||
style={{
|
||||
marginTop: "1rem",
|
||||
|
||||
@@ -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" />
|
||||
Reference in New Issue
Block a user