Skip to content

Commit

Permalink
Apply google style formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V committed Nov 15, 2023
1 parent 0d3ab23 commit a49d71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void init() {
showLinkToLocalAuthn = IamProperties.LocalAuthenticationLoginPageMode.HIDDEN_WITH_LINK
.equals(iamProperties.getLocalAuthn().getLoginPageVisibility());
defaultLoginPageLayout = IamProperties.LoginPageLayoutOptions.LOGIN_FORM
.equals(iamProperties.getLoginPageLayout().getSectionToBeDisplayedFirst());
.equals(iamProperties.getLoginPageLayout().getSectionToBeDisplayedFirst());
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</c:otherwise>
</c:choose>
</div>

<div class="form-group">
<div class="input-group">
<span class="input-group-addon">
Expand Down

0 comments on commit a49d71f

Please sign in to comment.