Skip to content

Commit

Permalink
Fix TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Feb 23, 2023
1 parent 5eb633b commit fe2917f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/authenticator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export class Authenticator<User = unknown> {
AuthenticateOptions,
"failureRedirect" | "throwOnError" | "context"
> & {
successRedirect: AuthenticateOptions["successRedirect"],
} = {}
successRedirect: AuthenticateOptions["successRedirect"];
}
): never;
authenticate(
strategy: string,
Expand Down

0 comments on commit fe2917f

Please sign in to comment.