Skip to content
Snippets Groups Projects
Commit cd74172c authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

comment wordsmithing

parent 3c5bb60f
No related branches found
No related tags found
No related merge requests found
......@@ -242,12 +242,12 @@ BrowserID.State = (function() {
handleState("reset_password", function(msg, info) {
info = info || {};
// reset password says the password user has confirmed that they want to
// reset their password. doResetPassword will attempt to call the
// call the create user wsapi call. If the wsapi call is successful,
// the user will be directed to the "go verify your account" message.
// reset_password says the user has confirmed that they want to
// reset their password. doResetPassword will attempt to invoke
// the create_user wsapi. If the wsapi call is successful,
// the user will be shown the "go verify your account" message.
// We have to save off the staged email address here for when the user
// We have to save the staged email address here for when the user
// verifies their account and user_confirmed is called.
self.stagedEmail = info.email;
startAction(false, "doResetPassword", info);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment