MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / getCurrentUser

Function getCurrentUser

src/services/auth/auth.services.ts:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 * @returns current user
128 */
129const getCurrentUser = () => {
130 const user = auth.currentUser;
131 return user;
132};
133
134/**
135 * Send a password reset email

Callers 1

isAuthenticatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected