Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeFox-Repo/codefox
/
Class
backend/src/auth/dto/login-user.input.ts:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
@InputType()
4
export
class
LoginUserInput {
5
@Field()
6
email: string;
7
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected