feat(web): redirect logged-in users from root to /threads (opt-in)#950
Merged
Codacy Production / Codacy Static Code Analysis
required action
Jul 19, 2026 in 0s
3 new issues (0 max.) of at least severity.
Annotations
Check warning on line 5 in web/app/middleware/redirectToThreads.ts
codacy-production / Codacy Static Code Analysis
web/app/middleware/redirectToThreads.ts#L5
Unsafe argument of type `any` assigned to a parameter of type `string`.
Check warning on line 15 in web/app/stores/redirectPreference.ts
codacy-production / Codacy Static Code Analysis
web/app/stores/redirectPreference.ts#L15
Unsafe assignment of an error typed value.
Check warning on line 15 in web/app/stores/redirectPreference.ts
codacy-production / Codacy Static Code Analysis
web/app/stores/redirectPreference.ts#L15
Unsafe call of an `error` type typed value.
Loading