MIF_E31211285/public/landing/js/user.js

6 lines
139 B
JavaScript

$(document).ready(function(){
if(!SESSION){
window.location.href = `${WEB_URL}login?source=${window.location.href}`
}
});