aweft

recipes/backend/modules/auth/Password.ts

One file of recipes/backend, at commit 2d3af54.

// Where the reset mail points.

export const config = { url: (token: string): string => `http://127.0.0.1/reset?token=${token}` };