aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/app.js
blob: 31623bbff4bbdae2719ff1952587190e1efb2f9b (plain)
1
2
3
4
5
6
// JS Goes here - ES6 supported
if (window.netlifyIdentity && !window.netlifyIdentity.currentUser()) {
  window.netlifyIdentity.on('login', () => {
    document.location.href = '/admin/';
  });
}