Skip to content

Commit 3e1099f

Browse files
committed
Update generic logged-in and logged-out page
1 parent c566e49 commit 3e1099f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/main/resources/templates/casGenericSuccessView.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
<div class="d-flex justify-content-center flex-md-row flex-column mdc-card mdc-card-content w-lg-30">
1616
<section class="login-error-card">
17-
<section class="text-without-mdi text-center text-bold text-large margin-large-vertical title">
18-
<span th:utext="#{screen.generic.loginsuccess.tips}"></span>
19-
</section>
20-
<hr class="my-4" />
2117
<section class="card-message">
2218
<h1 th:utext="#{screen.generic.loginsuccess.heading}"></h1>
2319
<div th:utext="#{screen.generic.loginsuccess.message}"></div>

src/main/resources/templates/casLogoutView.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
<div class="d-flex justify-content-center flex-md-row flex-column mdc-card mdc-card-content w-lg-30">
1616
<section class="login-error-card">
17-
<section class="text-without-mdi text-center text-bold text-large margin-large-vertical title">
18-
<span th:utext="#{screen.generic.logoutsuccess.tips}"></span>
19-
</section>
20-
<hr class="my-4" />
2117
<section class="card-message">
2218
<h1 th:utext="#{screen.generic.logoutsuccess.heading}"></h1>
2319
<div th:utext="#{screen.generic.logoutsuccess.message}"></div>

0 commit comments

Comments
 (0)