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.
2 parents 3707b50 + a3315d1 commit 53dc4caCopy full SHA for 53dc4ca
1 file changed
devtools/src/org/labkey/devtools/view/testReauth.jsp
@@ -65,7 +65,7 @@ Looks like you successfully re-authenticated and received token: <%=h(form.reaut
65
if (form.errorMessage() != null)
66
{
67
%>
68
-Looks like your reauthentication failed: <%=h(form.errorMessage())%>. Try again?
+Looks like your reauthentication failed: <span class="labkey-error"><%=h(form.errorMessage())%></span>. Try again?
69
<%
70
}
71
else
0 commit comments