Skip to content

Commit 665baba

Browse files
committed
fix: add instanceUniqueRepresentation
1 parent b9a7da0 commit 665baba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ export default class OAuthPlugin extends AdminForthPlugin {
127127
});
128128
}
129129

130+
131+
instanceUniqueRepresentation(pluginOptions: any) : string {
132+
return `single`;
133+
}
130134

131135
validateConfigAfterDiscover(adminforth: IAdminForth, resourceConfig: AdminForthResource) {
132136
if (this.options.userAvatarField) {

0 commit comments

Comments
 (0)