1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-16 15:10:11 -05:00
kaiwa/public/logout.js
2013-09-05 16:53:23 -07:00

5 lines
78 B
JavaScript

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