Bring over email address management

This commit is contained in:
Travis Ralston
2019-01-23 09:28:53 -07:00
parent fa1ce61a06
commit aa7afe819f
11 changed files with 342 additions and 11 deletions
+1 -3
View File
@@ -26,7 +26,7 @@ import { _t } from './languageHandler';
* the client owns the given email address, which is then passed to the
* add threepid API on the homeserver.
*/
class AddThreepid {
export default class AddThreepid {
constructor() {
this.clientSecret = MatrixClientPeg.get().generateClientSecret();
}
@@ -124,5 +124,3 @@ class AddThreepid {
});
}
}
module.exports = AddThreepid;