We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a786790 commit b99c728Copy full SHA for b99c728
1 file changed
src/components/AuthorizerTOTPScanner.tsx
@@ -28,7 +28,6 @@ export const AuthorizerTOTPScanner: FC<{
28
const handleContinue = () => {
29
setIsOTPScreenVisisble(true);
30
};
31
- console.log({ isOTPScreenVisisble });
32
33
if (isOTPScreenVisisble) {
34
return (
0 commit comments