Commit 9333704
authored
fix: type errors in verifyOtp (#918)
## What kind of change does this PR introduce?
Bug fix
## What is the current behavior?
The variables where having types undefined, but they should have the
type string or undefined
## What is the new behavior?
Fixed the types for the variables1 parent 9efd597 commit 9333704
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
726 | | - | |
| 725 | + | |
| 726 | + | |
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
| |||
0 commit comments