mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
6 lines
190 B
JavaScript
6 lines
190 B
JavaScript
localStorage.removeItem('jwt');
|
|
sessionStorage.removeItem('jwt');
|
|
|
|
const url = new URL(window.location.href);
|
|
const baseUrl = `${url.protocol}//${url.host}`;
|
|
window.location.href = baseUrl;
|