Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Nov 2, 2023
1 parent 85eade7 commit 6ddede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oauth2/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type ResponseMode = "query" | "form_post" | "fragment";

export class OAuth2Controller {
public clientId: string;

private authorizeEndpoint: string;
private tokenEndpoint: string;
private redirectURI: string | null;
Expand Down

0 comments on commit 6ddede2

Please sign in to comment.