@@ -280,6 +280,9 @@ function handleIndexLogin() {
if (loginParams) {
lk.setVal(OfPayConstKey.loginParams, loginParams);
}
+ if (!$response) {
+ return;
+ }
let headers = $response.headers;
let newAuthorization = null;
if (headers['Set-Cookie']) {