remove spurious Sign In button and legacy Return to App buttons

This commit is contained in:
Matthew Hodgson 2017-10-26 17:57:49 +01:00
parent 14d9743e30
commit 655d0c615a
2 changed files with 17 additions and 4 deletions

View file

@ -346,12 +346,15 @@ module.exports = React.createClass({
}
let returnToAppJsx;
if (this.props.onCancelClick && theme !== 'status') {
/*
// with the advent of ILAG I don't think we need this any more
if (this.props.onCancelClick) {
returnToAppJsx =
<a className="mx_Login_create" onClick={this.props.onCancelClick} href="#">
{ _t('Return to app') }
</a>;
}
*/
let serverConfig;
let header;