Skip to content

Commit 14200db

Browse files
committed
Change class export to default export
1 parent 31cf966 commit 14200db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { OAuth2Adapter } from "adminforth";
22
import type { GithubEmail } from "./types.js";
33

4-
export class AdminForthAdapterGithubOauth2 implements OAuth2Adapter {
4+
export default class AdminForthAdapterGithubOauth2 implements OAuth2Adapter {
55
private clientID: string;
66
private clientSecret: string;
77
private redirectUri: string;

0 commit comments

Comments
 (0)