Closed srt closed 1 year ago
If set to "Alternative" instead of "Required" EmailOtpAuthenticator does not succeed and returns context.attempted() instead of context.success().
context.attempted()
context.success()
Example flow to reproduce the issue:
Seems like a bug. Let me run a couple of additional use cases to figure out why I added that conditional.
fixed in 50f2c0e
Thanks for the quick fix!
If set to "Alternative" instead of "Required" EmailOtpAuthenticator does not succeed and returns
context.attempted()
instead ofcontext.success()
.Example flow to reproduce the issue: