remove spurious Sign In button and legacy Return to App buttons
This commit is contained in:
parent
14d9743e30
commit
655d0c615a
2 changed files with 17 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue