Skip to content

Commit

Permalink
🔧 update message to sign
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Dec 7, 2023
1 parent 5c0c189 commit 8b1215a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ export const oauthURLs = {
export const tlxGuidID = "1142096814573621308";

export const messageToSign =
"I authorize TLX to use my Twitter and Discord usernames for the purpose of verifying my identity.";
"I agree to the TLX Terms of Service (https://tlx.fi/terms-of-service)" +
" and TLX Privacy Policy (https://tlx.fi/privacy-policiy)." +
" I acknowledge that TLX integrates with third-party applications, which may come with risks";

export const codeValidChars = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";
export const codeLength = 4;
Expand Down

0 comments on commit 8b1215a

Please sign in to comment.