Skip to content

Commit

Permalink
chore(auth): add return type for getOAuthUrl function
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesen243 committed Jan 16, 2025
1 parent 3c6f730 commit eff6d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OAuth {
}
}

public getOAuthUrl() {
public getOAuthUrl(): { url: URL; state: string } {
const state = generateState()

const url =
Expand Down

0 comments on commit eff6d92

Please sign in to comment.