You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
remove spurious Sign In button and legacy Return to App buttons
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user