mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-01-14 07:08:06 -05:00
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
|
$(function () {
|
||
|
localStorage.clear();
|
||
|
window.location = '/login';
|
||
|
});
|