Adds reset password logic

This commit is contained in:
Florent Vilmart
2016-02-27 14:46:29 -05:00
parent f3bb2c99e0
commit 91d9724182
10 changed files with 493 additions and 280 deletions

View File

@@ -47,7 +47,7 @@ export class Config {
}
get choosePasswordURL() {
return `${this.serverURL}/apps/${this.applicationId}/choose_password`;
return `${this.serverURL}/apps/choose_password`;
}
get requestResetPasswordURL() {