add(ui): ability to log out
This commit is contained in:
parent
d2ca9e23d3
commit
b3cac5f97a
29 changed files with 499 additions and 124 deletions
|
@ -34,6 +34,9 @@ media_theme_pref();
|
|||
(() => {
|
||||
const self = reg_ns("atto");
|
||||
|
||||
// init
|
||||
use("me", () => {});
|
||||
|
||||
// env
|
||||
self.DEBOUNCE = [];
|
||||
self.OBSERVERS = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue