videosphere
Preparing search index...
lib/repositories/users
getUserByEmail
Function getUserByEmail
getUserByEmail
(
email
:
string
)
:
Promise
<
User
>
Fetch a user by email.
Parameters
email
:
string
Email address to look up.
Returns
Promise
<
User
>
The matching user profile, or null when not found.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
videosphere
Loading...
Fetch a user by email.