You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
Rename mx_Login_box
to mx_AuthPage_modal
and fold into AuthPage
This commit is contained in:
@ -281,10 +281,8 @@ module.exports = React.createClass({
|
||||
|
||||
return (
|
||||
<AuthPage>
|
||||
<div className="mx_Login_box">
|
||||
<AuthHeader />
|
||||
{ resetPasswordJsx }
|
||||
</div>
|
||||
<AuthHeader />
|
||||
{ resetPasswordJsx }
|
||||
</AuthPage>
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user