refactor: remove loginRoute from auth config #30
checks.yml
on: push
lint
/
lint
55s
typecheck
/
typecheck
55s
Matrix: test_linux
Matrix: test_windows
Annotations
3 errors and 4 warnings
typecheck / typecheck:
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>>>; }; }'.
|
typecheck / typecheck:
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>>>; }; }'.
|
typecheck / typecheck
Process completed with exit code 2.
|
test_linux (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_linux (18.16.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_windows (18.16.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_windows (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|