From 4e5f83344e57da575541a95419b69892849ab6a1 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com> Date: Thu, 19 Aug 2021 09:47:26 +0200 Subject: [PATCH] Update src/PasswordReset.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šimon Brandner --- src/PasswordReset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PasswordReset.ts b/src/PasswordReset.ts index 2e97b9dde0..aacef332f0 100644 --- a/src/PasswordReset.ts +++ b/src/PasswordReset.ts @@ -75,7 +75,7 @@ export default class PasswordReset { * with a "message" property which contains a human-readable message detailing why * the reset failed, e.g. "There is no mapped matrix user ID for the given email address". */ - public async checkEmailLinkClicked() { + public async checkEmailLinkClicked(): Promise { const creds = { sid: this.sessionId, client_secret: this.clientSecret,