mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
📑 todods
This commit is contained in:
@@ -86,6 +86,7 @@ export default function TopNavigation() {
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
// todo encapsulate
|
||||
fetch("/api/users/me").then((res) => {
|
||||
res.json().then((j) => {
|
||||
setUser(j);
|
||||
|
||||
Reference in New Issue
Block a user