refactor: remove loginRoute from auth config #30
Annotations
3 errors
tests/auth/define_config.spec.ts#L72
Argument of type '{ default: "web"; loginRoute: string; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }' is not assignable to parameter of type '{ default: "web"; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }'.
|
tests/auth/define_config.spec.ts#L99
Argument of type '{ default: "web"; loginRoute: string; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }' is not assignable to parameter of type '{ default: "web"; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }'.
|
|
The logs for this run have expired and are no longer available.
Loading