Skip to content

Commit f4b0864

Browse files
committed
feat: add totp screen
1 parent 07a4138 commit f4b0864

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.15-beta.5",
2+
"version": "1.1.15",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

src/components/AuthorizerVerifyOtp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import styles from '../styles/default.css';
55
import { ButtonAppearance, MessageType, Views } from '../constants';
66
import { useAuthorizer } from '../contexts/AuthorizerContext';
77
import { StyledButton, StyledFooter, StyledLink } from '../styledComponents';
8-
import { isValidOtp } from '../utils/validations';
98
import { Message } from './Message';
109

1110
interface InputDataType {

0 commit comments

Comments
 (0)