添加项目文件。
This commit is contained in:
@@ -0,0 +1 @@
|
||||
window.location.href = document.querySelector("meta[http-equiv=refresh]").getAttribute("data-url");
|
||||
@@ -0,0 +1,6 @@
|
||||
window.addEventListener("load", function () {
|
||||
var a = document.querySelector("a.PostLogoutRedirectUri");
|
||||
if (a) {
|
||||
window.location = a.href;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user