Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
geball authored Aug 2, 2024
1 parent 45bfdd0 commit c041d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/auth/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface AuthConfig {
/**
* If true, the "Choose login provider" (eg "Google, "GitHub", "E-mail/password") screen
* will be skipped if only a single provider is configured in the `providers` array -
* instead it will redirect unauthenticated users straight to the authenticatino URL.
* instead it will redirect unauthenticated users straight to the authentication URL.
*/
redirectOnSingle?: boolean

Expand Down

0 comments on commit c041d28

Please sign in to comment.