|
@@ -142,7 +142,8 @@ function on_gp_success(a,b) {
|
|
|
|
|
|
function on_dat_success(a,b){
|
|
|
if(check_if_authfail(a,b)){
|
|
|
- location.href = "sign-in1.html?from=entrance-1&msg=server-redirect-detected";
|
|
|
+ setCookieWithTimeout("doibyUser","",-10);
|
|
|
+ location.href = "sign-in1.html?from=entrance-5&msg=server-redirect-detected";
|
|
|
return;
|
|
|
}
|
|
|
if(check_if_success(a,b)) {
|