Skip to content

Commit

Permalink
fix(google): remove redirectUrl type (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw authored Feb 13, 2024
1 parent ec128cc commit cad99b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/runtime/server/lib/oauth/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ export interface OAuthGoogleConfig {
* @default 'https://oauth2.googleapis.com/token'
*/
tokenURL?: string;

/**
* Redirect URL post authenticating via google
* @default '/auth/google'
*/
redirectUrl: '/auth/google';
}

export function googleEventHandler({
Expand Down

0 comments on commit cad99b0

Please sign in to comment.