Skip to content

Commit

Permalink
Merge pull request #456 from EsupPortail/test
Browse files Browse the repository at this point in the history
Update signin.html
  • Loading branch information
dlemaignent authored Sep 27, 2024
2 parents 1dca471 + d849cf0 commit 27e157b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/templates/signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<main role="main">
<div class="card col-lg-10 mx-auto" style="top: 60px;">
<div class="card-body text-center">
<img th:src="@{/images/logo-univ-rouen-normandie-noir.png}" width="250" class="mb-4">
<div class="d-none" th:if="${#authorization.expression('isAuthenticated()')}">
<span th:if="${auth != null}" th:text="${auth}"></span>
</div>
Expand Down

0 comments on commit 27e157b

Please sign in to comment.