Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit d9124d3

Browse files
committed
adds LoginEmailOTPLinkEvent
1 parent 33dbee0 commit d9124d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/MagicSDK/Modules/Auth/AuthModule.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ public class AuthModule: BaseModule {
5252
loginWithEmailOTP(configuration, response: promiseResolver(resolver))
5353
}
5454
}
55+
56+
public enum LoginEmailOTPLinkEvent: String {
57+
case emailNotDeliverable = "email-not-deliverable"
58+
case emailSent = "email-sent"
59+
case retry = "retry"
60+
}
5561
}

0 commit comments

Comments
 (0)