MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / CreateAuthParams

Interface CreateAuthParams

apps/web/services/users/users.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { v4 } from 'uuid';
11
12interface CreateAuthParams {
13 email: string;
14 password: string;
15}
16
17export default class UsersService {
18 static async updateUserRole({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected