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
returncallback('Login Error: Credentials verification is failed.<br>Please contact with support <a href="mailto:[email protected]">[email protected]</a>.<br> Back to application ',user,context);
@@ -33,10 +34,12 @@ function (user, context, callback) {
33
34
if(response.statusCode!==200){
34
35
returncallback('Login Error: Whoops! Something went wrong. Looks like your registered email has discrepancy with Authentication. Please connect to our support <a href="mailto:[email protected]">[email protected]</a>. Back to application ',user,context);
35
36
}
36
-
37
37
letres=JSON.parse(body);
38
+
user.mfa_enabled=res.result.content.mfaEnabled;
39
+
user.mfa_verified=res.result.content.mfaVerified;
38
40
// TODO need to double sure about multiple result or no result
@@ -45,12 +48,12 @@ function (user, context, callback) {
45
48
46
49
// TEMP
47
50
lettcsso=res.result.content.regSource||'';
48
-
51
+
49
52
// block wipro/topgear contractor user
50
-
consttopgearBlockMessage='Topgear can be accessed only by Wipro Employees. If you are a Wipro employee and not able to access, drop an email to <a href="mailto:[email protected]"> [email protected] </a> with the error message.Back to application ';
consttopgearBlockMessage='Topgear can be accessed only by Wipro Employees. If you are a Wipro employee and not able to access, drop an email to <a href=\"mailto:[email protected]\"> [email protected] </a> with the error message.Back to application ';
0 commit comments