We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f503d3 commit 4b2dd8cCopy full SHA for 4b2dd8c
projects/auth0-angular/src/lib/auth.service.ts
@@ -309,7 +309,7 @@ export class AuthService<TAppState extends AppState = AppState>
309
handleRedirectCallback(
310
url?: string
311
): Observable<
312
- RedirectLoginResult<TAppState> | ConnectAccountRedirectResult<AppState>
+ RedirectLoginResult<TAppState> | ConnectAccountRedirectResult<TAppState>
313
> {
314
return defer(() =>
315
this.auth0Client.handleRedirectCallback<TAppState>(url)
0 commit comments