Skip to content

Commit

Permalink
Merge pull request #717 from jembi/CU-86c0h6qrv_Login
Browse files Browse the repository at this point in the history
Minor login touch ups
  • Loading branch information
drizzentic authored Nov 8, 2024
2 parents 6c1fad6 + 140c75a commit 04eb76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/legacy-app/app/views/login.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="page-content">
<div class="row">
<div class="login-wrapper">
<div class="box">
<div class="box" style="border-radius: 8px;">
<div class="content-wrap" ng-show="!rootPasswordReset">
<h6>Sign In</h6>
<h6>Login</h6>
<form ng-submit="validateLogin()" ng-show="config.showLoginForm">
<input
class="form-control"
Expand Down

0 comments on commit 04eb76d

Please sign in to comment.