Commit cd01f7b3 authored by lishangke's avatar lishangke

fix

parent 3f75bcd5
Pipeline #19303 passed with stage
in 56 seconds
......@@ -111,7 +111,7 @@ class ResponseController extends Controller {
}
}
ctx.redirect(encodeURIComponent(decodeURIComponent(target_url)));
ctx.redirect(encodeURIComponent(target_url));
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment