Comment out for now

This commit is contained in:
Manav Rathi 2024-06-13 12:56:01 +05:30
parent ec68a11ec3
commit d3b589e622
No known key found for this signature in database

View File

@ -88,6 +88,7 @@ export const VerifyingPasskey: React.FC<VerifyingPasskeyProps> = ({
{t("try_again")}
</EnteButton>
{/* TODO-PK: Uncomment once the API is ready
<EnteButton
onClick={() => {}}
fullWidth
@ -95,7 +96,7 @@ export const VerifyingPasskey: React.FC<VerifyingPasskeyProps> = ({
type="button"
>
{"Check status"}
</EnteButton>
</EnteButton> */}
</ButtonStack>
</VerifyingPasskeyMiddle>