thelounge/client/dist/js/auth.js
2022-05-21 11:47:49 -07:00

11 lines
213 B
JavaScript

"use strict";
import storage from "./localStorage";
import location from "./location";
export default class Auth {
static signout() {
storage.clear();
location.reload();
}
}
//# sourceMappingURL=auth.js.map