Skip to content

Commit

Permalink
Update src/home/getters/get-github-user.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mentlegen <[email protected]>
  • Loading branch information
Keyrxng and gentlementlegen authored Mar 25, 2024
1 parent 065c84e commit dac1eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/getters/get-github-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function getNewSessionToken(): Promise<string | null> {

// supabase auth provider has failed for some reason
if (code === "500") {
displayPopupMessage(`GitHub Login Provider`, `Your access token may have reached it's rate limit, please try again after one hour.`);
displayPopupMessage(`GitHub Login Provider`, `Your access token may have reached its rate limit, please try again after one hour.`);
console.error("GitHub login provider");
}
}
Expand Down

0 comments on commit dac1eab

Please sign in to comment.