Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnl committed Jan 3, 2024
1 parent cc201bf commit 6325867
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/LoginForm/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ export interface SecureAccessTokenResponse {
token: string;
}

const allowedRedirects = ["/profile", "/friends", "/leaderboards", "/authorize?editor=vscode"];
const allowedRedirects = [
"/profile",
"/friends",
"/leaderboards",
"/authorize?editor=vscode",
];

export const logIn = async (
username: string,
Expand Down

0 comments on commit 6325867

Please sign in to comment.