Skip to content

Commit

Permalink
add-ENS-stamp-banner
Browse files Browse the repository at this point in the history
Support flagged that Passport holders are unaware they need to set up reverse records to verify ENS. Here's a PR to add a banner to the ENS stamp to address that.
  • Loading branch information
erichfi authored Dec 12, 2022
1 parent 0d8a900 commit b4496a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/src/Ens/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export class EnsPlatform extends Platform {
path = "Ens";
clientId: string = null;
redirectUri: string = null;

bannerContent = "The ENS stamp only recognizes ENS domains if they are set to your account as primary ENS (or reverse record).";

async getProviderPayload(appContext: AppContext): Promise<ProviderPayload> {
const result = await Promise.resolve({});
Expand Down

0 comments on commit b4496a2

Please sign in to comment.