Skip to content

Commit

Permalink
fix: remove DEFAULT_SIGN_IN_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Jan 11, 2024
1 parent e42a180 commit 3105b65
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/dapp-kit/src/constants/certificates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@ const DEFAULT_CONNECT_CERT_MESSAGE: Connex.Vendor.CertMessage = {
},
};

const DEFAULT_SIGN_IN_MESSAGE: Connex.Vendor.CertMessage = {
purpose: 'identification',
payload: {
type: 'text',
content: `Sign in to: ${window.origin}`,
},
};

export { DEFAULT_SIGN_IN_MESSAGE, DEFAULT_CONNECT_CERT_MESSAGE };
export { DEFAULT_CONNECT_CERT_MESSAGE };

0 comments on commit 3105b65

Please sign in to comment.