Skip to content

Commit

Permalink
fix(iam): adds platforms provider implemntation of Brightid (passport…
Browse files Browse the repository at this point in the history
  • Loading branch information
farque65 authored Nov 21, 2022
1 parent ff2b7dd commit 90e4bb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iam/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ import {
Discord,
Google,
ClearText,
Brightid,
} from "@gitcoin/passport-platforms";

import { BrightIdProvider } from "./providers/brightid";

import { ClearTextSimpleProvider } from "./providers/clearTextSimple";

// get DID from key
Expand Down Expand Up @@ -93,7 +92,7 @@ export const providers = new Providers([
new Facebook.FacebookProvider(),
new Facebook.FacebookFriendsProvider(),
new Facebook.FacebookProfilePictureProvider(),
new BrightIdProvider(),
new Brightid.BrightIdProvider(),
new Github.GithubProvider(),
new Github.FiveOrMoreGithubRepos(),
new Github.TenOrMoreGithubFollowers(),
Expand Down

0 comments on commit 90e4bb8

Please sign in to comment.