1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/public/js/logout.js
2013-09-16 02:19:07 -07:00

5 lines
78 B
JavaScript

$(function () {
localStorage.clear();
window.location = '/login';
});