Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit fb8d0df

Browse files
author
Sachin Maheshwari
committed
typo
1 parent 96e2542 commit fb8d0df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/reskin/newTCScript.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ function adjustFooterMargin() {
496496
}
497497

498498
function doLogOutTC() {
499-
var temp = window.location.hostname.split('.').reverse();
500-
var root_domain = '.' + temp[1] + '.' + temp[0];
501-
window.location.replace("https://accounts-auth0" + root_domain + "?retUrl=https://" + root_domain);
499+
var temp = window.location.hostname.split('.').reverse();
500+
var root_domain = '.' + temp[1] + '.' + temp[0];
501+
window.location.replace("https://accounts-auth0" + root_domain + "?logout=true&retUrl=https://www" + root_domain);
502502
}
503503

504504
$(document).ready(function() {

0 commit comments

Comments
 (0)