refactor: Add internal method Utils.encodeForUrl for properly encoding email addresses for use in URLs (#9541)
This commit is contained in:
@@ -282,7 +282,6 @@ export class UserController extends AdaptableController {
|
||||
user = await this.setPasswordResetToken(email);
|
||||
}
|
||||
const token = encodeURIComponent(user._perishable_token);
|
||||
|
||||
const link = buildEmailLink(this.config.requestResetPasswordURL, token, this.config);
|
||||
const options = {
|
||||
appName: this.config.appName,
|
||||
|
||||
Reference in New Issue
Block a user