1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Update src/PasswordReset.ts

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Dariusz Niemczyk
2021-08-19 09:47:26 +02:00
committed by GitHub
parent 96877eef18
commit 4e5f83344e

View File

@@ -75,7 +75,7 @@ export default class PasswordReset {
* with a "message" property which contains a human-readable message detailing why * 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". * the reset failed, e.g. "There is no mapped matrix user ID for the given email address".
*/ */
public async checkEmailLinkClicked() { public async checkEmailLinkClicked(): Promise<void> {
const creds = { const creds = {
sid: this.sessionId, sid: this.sessionId,
client_secret: this.clientSecret, client_secret: this.clientSecret,