Enable auto login via OIDC

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-20 14:53:51 -06:00
parent 2e9821402f
commit 3d2117ddaf
3 changed files with 21 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ function initCalendar() {
function performLogOut() {
$.post('/Login/LogOut', function (data) {
if (data) {
window.location.href = '/Login';
window.location.href = data;
}
})
}