We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31da56 commit 0c77592Copy full SHA for 0c77592
src/main/webapp/WEB-INF/views/account/auth.html
@@ -74,7 +74,7 @@ <h3 th:text="#{t_authentication_on_site}">
74
75
<!--/*/
76
<div class="row" th:if="${justActivatedUser}">
77
- <div class="alert alert-success text-center col-sm-8 col-sm-offset-2" th:text="#{t_activation_successful}">
+ <div class="alert alert-success text-center col-sm-10 col-sm-offset-1" th:text="#{t_activation_successful}">
78
Account successfully activated! Now you can pass authentication.
79
</div>
80
0 commit comments