UI Feature Flag: Registration, Password Reset, Deactivate
This commit is contained in:
parent
2ad08c8394
commit
d340dd58d1
7 changed files with 46 additions and 8 deletions
|
@ -18,6 +18,12 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
&.mx_WelcomePage_registrationDisabled {
|
||||
.mx_ButtonCreateAccount {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_Welcome .mx_AuthBody_language {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue