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
Exception in delivering result of invoking 'createUser': TypeError: _this7.showMessage is not a function
at http://localhost:3010/packages/std_accounts-ui.js?hash=69063d010a3ed9c833c97bb301c6d32ad0e2425e:2400:20
at http://localhost:3010/packages/accounts-base.js?hash=00b4c32478a678093a294cc73c7dbd8c59c65d48:324:26
I think this is due to the fact of using the this reference here
I use an extended class MyLoginForm extends LoginForm
The text was updated successfully, but these errors were encountered:
Hi,
I get the following error
I think this is due to the fact of using the
this
reference hereI use an extended
class MyLoginForm extends LoginForm
The text was updated successfully, but these errors were encountered: