Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Aug 31, 2023
1 parent b5d09b2 commit a3a1b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kv_oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function getGitHubUser(accessToken: string): Promise<any> {
/**
* This custom plugin centralizes all authentication logic using the {@link https://deno.land/x/deno_kv_oauth|Deno KV OAuth} module.
*
* The implementation is based off Deno KV OAuth's native {@link https://deno.land/x/deno_kv_oauth/src/fresh_plugin.ts?source|Fresh plugin implementation}
* The implementation is based off Deno KV OAuth's own {@link https://deno.land/x/deno_kv_oauth/src/fresh_plugin.ts?source|Fresh plugin implementation}.
*/
export default {
name: "kv-oauth",
Expand Down

0 comments on commit a3a1b44

Please sign in to comment.