You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your account has been locked due to multiple failed login attempts. Please contact support to unlock it.
156
+
Your account has been locked due to multiple failed login attempts. Please <ahref={helpAction}>contact support</a> to unlock it.
152
157
</p>
153
158
</>
154
159
);
@@ -589,7 +594,7 @@ class LoginPage extends React.Component {
589
594
590
595
leterror='';
591
596
if(response.is_active===false){
592
-
error='Your user account is currently inactive. Please contact support for further assistance.';
597
+
error=`Your user account is currently locked. Please <a href="proxy.php?url=https%3A%2F%2Fgithub.com.%2F%3C%2Fspan%3E%3Cspan+class%3D"pl-s1">${this.props.helpAction}">contact support</a> for further assistance.`;
0 commit comments