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