Skip to content

Commit

Permalink
Add email OTP to enum (#27)
Browse files Browse the repository at this point in the history
* Add email OTP to enum

* Bump version
  • Loading branch information
chrisfisher authored Jan 30, 2024
1 parent 9292a96 commit a707ec2
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": "0.0.48",
"version": "0.0.49",
"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 @@ -122,6 +122,7 @@ export interface OtpBinding {
export enum OobChannel {
SMS = "SMS",
EMAIL_MAGIC_LINK = "EMAIL_MAGIC_LINK",
EMAIL_OTP = "EMAIL_OTP",
}

export interface RedirectTokenPayload {
Expand Down

0 comments on commit a707ec2

Please sign in to comment.