We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b27b4 commit 7f854ccCopy full SHA for 7f854cc
index.ts
@@ -12,7 +12,7 @@ interface OAuthPluginOptions {
12
adapters: OAuth2Adapter[];
13
}
14
15
-export class OAuthPlugin extends AdminForthPlugin {
+export default class OAuthPlugin extends AdminForthPlugin {
16
private options: OAuthPluginOptions;
17
public adminforth: IAdminForth;
18
private resource: AdminForthResource;
0 commit comments