Commit ddf7841
committed
fix: use TAppState generic in ConnectAccountRedirectResult type
Changed ConnectAccountRedirectResult<AppState> to ConnectAccountRedirectResult<TAppState>
in handleRedirectCallback return type for consistency with RedirectLoginResult<TAppState>.
This ensures both union types respect the generic parameter, maintaining type safety
when consumers extend AppState with custom properties.1 parent f38b49f commit ddf7841
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments