mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Terminate promise chain
This commit is contained in:
parent
4ed130ceac
commit
c4d4e9c46e
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ module.exports = React.createClass({
|
|||
this.add_threepid = new AddThreepid();
|
||||
// we always bind emails when registering, so let's do the
|
||||
// same here.
|
||||
this.add_threepid.addEmailAddress(email_address, true).then(() => {
|
||||
this.add_threepid.addEmailAddress(email_address, true).done(() => {
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: "Verification Pending",
|
||||
description: "Please check your email and click on the link it contains. Once this is done, click continue.",
|
||||
|
|
Loading…
Reference in a new issue