Merge pull request #516 from matrix-org/rav/interactive_auth_dialog
InteractiveAuthDialog
This commit is contained in:
commit
ef22ba1f39
6 changed files with 547 additions and 0 deletions
|
@ -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',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue