This commit is contained in:
Manav Rathi
2024-06-08 09:10:54 +05:30
parent 7abfe633c6
commit e8d5863c82

View File

@@ -23,7 +23,7 @@ import {
type BeginPasskeyAuthenticationResponse,
} from "services/passkey";
const PasskeysFlow = () => {
const Page = () => {
const [errored, setErrored] = useState(false);
const [invalidInfo, setInvalidInfo] = useState(false);
@@ -310,4 +310,4 @@ const PasskeysFlow = () => {
);
};
export default PasskeysFlow;
export default Page;