Skip to content

Commit 5c1fec3

Browse files
author
Sachin Maheshwari
committed
correcting error message
1 parent 8a5af0b commit 5c1fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/auth0/dev-tenant/rules/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function (user, context, callback) {
4747
let tcsso = res.result.content.regSource || '';
4848

4949
// block wipro/topgear contractor user
50-
const topgearBlockMessage = 'Topgear can be accessed only by Wipro Employees. If you are a Wipro employee and not able to access, drop an email to ask.topgear@wipro.com with the error message';
50+
const topgearBlockMessage = '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:ask.topgear@wipro.com"> ask.topgear@wipro.com </a> with the error message.Back to application ';
5151
if (roles.indexOf(configuration.TOPGEAR_CONTRACTOR_ROLE) > -1) {
5252
return callback(topgearBlockMessage, user, context);
5353
}

0 commit comments

Comments
 (0)