mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
feat: description templates
This commit is contained in:
parent
b31871b394
commit
b5ba93eb7f
9 changed files with 112 additions and 1 deletions
|
|
@ -40,6 +40,8 @@
|
|||
const res: System = await api().systems("@me").get({ token });
|
||||
localStorage.setItem("pk-token", token);
|
||||
localStorage.setItem("pk-user", JSON.stringify(res));
|
||||
const settings = await api().systems("@me").settings.get({ token });
|
||||
localStorage.setItem("pk-config", JSON.stringify(settings));
|
||||
err = null;
|
||||
loggedIn.update(() => true);
|
||||
currentUser.update(() => res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue