You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shouldCreateRecoveryCodes during the first activation creation is derived by the activation provider - if exists. If it doesn't, it defaults to true. But when we are creating activation by recovery, it defaults to false.
Also we are calling the activation provider with ActivationType.CODE disregards the type of activation.
The text was updated successfully, but these errors were encountered:
The shouldCreateRecoveryCodes during the first activation creation is derived by the activation provider - if exists. If it doesn't, it defaults to true. But when we are creating activation by recovery, it defaults to false.
Also we are calling the activation provider with
ActivationType.CODE
disregards the type of activation.The text was updated successfully, but these errors were encountered: