Adds reset password logic
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user