mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
📑 todods
This commit is contained in:
@ -34,6 +34,7 @@ export default function Setttings() {
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
// todo encapsulate
|
||||
fetch("/api/users/me").then((res) => {
|
||||
res.json().then((j) => {
|
||||
setUser(j);
|
||||
|
||||
Reference in New Issue
Block a user