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 b9a7da0 commit 665babaCopy full SHA for 665baba
index.ts
@@ -127,6 +127,10 @@ export default class OAuthPlugin extends AdminForthPlugin {
127
});
128
}
129
130
+
131
+ instanceUniqueRepresentation(pluginOptions: any) : string {
132
+ return `single`;
133
+ }
134
135
validateConfigAfterDiscover(adminforth: IAdminForth, resourceConfig: AdminForthResource) {
136
if (this.options.userAvatarField) {
0 commit comments