Skip to content

Commit

Permalink
feat: log user on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed May 19, 2024
1 parent 9f95c9c commit a9f7a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/services/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ export const getOrCreateCurrentUser = async (actor: BackendActor): Promise<User>
user = extractOk(res);
}

console.log("Current user:", user);

return user;
};

0 comments on commit a9f7a9d

Please sign in to comment.