Skip to content

Commit

Permalink
chore: remove unknown type
Browse files Browse the repository at this point in the history
  • Loading branch information
israx committed Dec 1, 2023
1 parent 8c10bee commit 653bc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Hub/types/AuthTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type AuthHubEventData =
/** Dispatched when there is an error in the oauth flow process.*/
| {
event: 'signInWithRedirect_failure';
data: { error?: AuthError | unknown };
data: { error?: AuthError };
}
/** Dispatched when auth tokens are successfully refreshed.*/
| { event: 'tokenRefresh' }
Expand Down

0 comments on commit 653bc26

Please sign in to comment.