summaryrefslogtreecommitdiff
path: root/ui/lib/components/CurrentUser.svelte
Commit message (Collapse)AuthorAge
* Svelte 5: go through and use runes in components, pages, and layouts.Owen Jacobson2024-11-03
| | | | Does not use runes in stores (yet).
* Run prettier, make lint part of pre-commitOwen Jacobson2024-11-02
|
* Add `change password` UI + API.Owen Jacobson2024-10-29
The protocol here re-checks the caller's password, as a "I left myself logged in" anti-pranking check.