Skip to content

Commit

Permalink
Add EMAIL_OTP to VerificationMethod enum (#35)
Browse files Browse the repository at this point in the history
* Add EMAIL_OTP to VerificationMethod enum

* Bump version
  • Loading branch information
stevenclouston authored Jun 26, 2024
1 parent 02772be commit a0cb746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authsignal/node",
"version": "1.0.4",
"version": "1.0.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ export enum VerificationMethod {
SECURITY_KEY = "SECURITY_KEY",
VERIFF = "VERIFF",
IPROOV = "IPROOV",
EMAIL_OTP = "EMAIL_OTP",
}

0 comments on commit a0cb746

Please sign in to comment.