more references.
This commit is contained in:
parent
5b6d74d8ee
commit
cede04a33e
179 changed files with 56679 additions and 19289 deletions
1
wwwroot/js/signin-redirect.js
Normal file
1
wwwroot/js/signin-redirect.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
window.location.href = document.querySelector("meta[http-equiv=refresh]").getAttribute("data-url");
|
||||
6
wwwroot/js/signout-redirect.js
Normal file
6
wwwroot/js/signout-redirect.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
window.addEventListener("load", function () {
|
||||
var a = document.querySelector("a.PostLogoutRedirectUri");
|
||||
if (a) {
|
||||
window.location = a.href;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue