how to hide sign in button from login.html of mendix sign in page ?

0
hi team,   i have requirement to hide sign in button from mendix signin page in our stage environment.i have tried to change html of login.html but changes are not reflected in login.html.any help appreciated to remove that sign in button from login page.
asked
1 answers
0

One way to do this is, open login.html file from the theme folder inside the app directory and comment the line <button id="loginButton" type="submit" class="btn btn-success btn-lg">Sign in</button>

 

image.png

answered