mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-10-31 08:11:16 +01:00 
			
		
		
		
	Return promises a better way
This commit is contained in:
		
							parent
							
								
									1c207f3b55
								
							
						
					
					
						commit
						93aebf9e68
					
				| @ -188,12 +188,13 @@ export default class AddThreepid { | |||||||
|                         // pop up an interactive auth dialog
 |                         // pop up an interactive auth dialog
 | ||||||
|                         const InteractiveAuthDialog = sdk.getComponent("dialogs.InteractiveAuthDialog"); |                         const InteractiveAuthDialog = sdk.getComponent("dialogs.InteractiveAuthDialog"); | ||||||
| 
 | 
 | ||||||
|                         Modal.createTrackedDialog('Add Email', '', InteractiveAuthDialog, { |                         const { finished } = Modal.createTrackedDialog('Add Email', '', InteractiveAuthDialog, { | ||||||
|                             title: _t("Add Email Address"), |                             title: _t("Add Email Address"), | ||||||
|                             matrixClient: MatrixClientPeg.get(), |                             matrixClient: MatrixClientPeg.get(), | ||||||
|                             authData: e.data, |                             authData: e.data, | ||||||
|                             makeRequest: this._makeAddThreepidOnlyRequest, |                             makeRequest: this._makeAddThreepidOnlyRequest, | ||||||
|                         }); |                         }); | ||||||
|  |                         return finished; | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } else { |             } else { | ||||||
| @ -280,12 +281,13 @@ export default class AddThreepid { | |||||||
|                     // pop up an interactive auth dialog
 |                     // pop up an interactive auth dialog
 | ||||||
|                     const InteractiveAuthDialog = sdk.getComponent("dialogs.InteractiveAuthDialog"); |                     const InteractiveAuthDialog = sdk.getComponent("dialogs.InteractiveAuthDialog"); | ||||||
| 
 | 
 | ||||||
|                     Modal.createTrackedDialog('Add MSISDN', '', InteractiveAuthDialog, { |                     const { finished } = Modal.createTrackedDialog('Add MSISDN', '', InteractiveAuthDialog, { | ||||||
|                         title: _t("Add Phone Number"), |                         title: _t("Add Phone Number"), | ||||||
|                         matrixClient: MatrixClientPeg.get(), |                         matrixClient: MatrixClientPeg.get(), | ||||||
|                         authData: e.data, |                         authData: e.data, | ||||||
|                         makeRequest: this._makeAddThreepidOnlyRequest, |                         makeRequest: this._makeAddThreepidOnlyRequest, | ||||||
|                     }); |                     }); | ||||||
|  |                     return finished; | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         } else { |         } else { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user