1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #516 from matrix-org/rav/interactive_auth_dialog

InteractiveAuthDialog
This commit is contained in:
David Baker
2016-10-12 18:27:23 +01:00
committed by GitHub
6 changed files with 547 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ var CaptchaForm = require("../../views/login/CaptchaForm");
var MIN_PASSWORD_LENGTH = 6;
/**
* TODO: It would be nice to make use of the InteractiveAuthEntryComponents
* here, rather than inventing our own.
*/
module.exports = React.createClass({
displayName: 'Registration',