I've got that function in js, however, it does not prompt an error to the service and Still allows for the account to be created.
I've got that function in js, however, it does not prompt an error to the service and Still allows for the account to be created.
I do have the message function in js
I would like to add special reasons for signup service to fail and register an error. I intend to have the user confirm his/her email prior to successfully creating an account. How can I add this to my signup service?