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
When updating our password with 2FA enabled, everything works well, but we can see a TypeError: this.props.onSubmit(...) is undefined error in the console. This error is thrown in the PassphraseForm component.
The text was updated successfully, but these errors were encountered:
When updating our password with 2FA enabled, everything works well, but we can see a
TypeError: this.props.onSubmit(...) is undefined
error in the console. This error is thrown in thePassphraseForm
component.The text was updated successfully, but these errors were encountered: