Description: On clicking the register button, nothing happens. The user does not know whether the registration operation was successful or not. Behind the scenes, this reference error appears.
ReferenceError: response is not defined
at $$childScopeClass.$scope.registerClient (mainCtrl.js:410)
at angular.js:10957
at callback (angular.js:19303)
at $$childScopeClass.$eval (angular.js:12865)
at $$childScopeClass.$apply (angular.js:12963)
at HTMLFormElement. (angular.js:19308)
at HTMLFormElement.dispatch (jquery.min.js:1547)
at HTMLFormElement.r.handle (jquery.min.js:1487
Steps to reproduce the issue:
a. Press the Sign up button from the side nav bar
b. Fill in all the fields
c. Click the Register Button
Expected Result:
Registration is completed successfully with either a confirmation message displayed to the user or a redirection to the login page.
Severity: High
Reported By: Laila Madany
Description: On clicking the register button, nothing happens. The user does not know whether the registration operation was successful or not. Behind the scenes, this reference error appears.
ReferenceError: response is not defined at $$childScopeClass.$scope.registerClient (mainCtrl.js:410) at angular.js:10957 at callback (angular.js:19303) at $$childScopeClass.$eval (angular.js:12865) at $$childScopeClass.$apply (angular.js:12963) at HTMLFormElement. (angular.js:19308)
at HTMLFormElement.dispatch (jquery.min.js:1547)
at HTMLFormElement.r.handle (jquery.min.js:1487
Steps to reproduce the issue:
a. Press the Sign up button from the side nav bar b. Fill in all the fields c. Click the Register Button
Expected Result: Registration is completed successfully with either a confirmation message displayed to the user or a redirection to the login page.