Ensure user checks the `onlySignOn` field
This commit is contained in:
parent
c6c81e1ea2
commit
4aded39b16
|
@ -55,7 +55,7 @@ export function WalletModal() {
|
||||||
action: "Status Chat Key",
|
action: "Status Chat Key",
|
||||||
onlySignOn: dappUrl,
|
onlySignOn: dappUrl,
|
||||||
message:
|
message:
|
||||||
"I'm aware that i am signing message that creates a private chat key for status communicator. And I have double checked everything is fine.",
|
"This signature will be used to decrypt chat communications; check that the 'onlySignOn' property of this message matches the current website address.",
|
||||||
},
|
},
|
||||||
primaryType: "Mail",
|
primaryType: "Mail",
|
||||||
types: {
|
types: {
|
||||||
|
|
Loading…
Reference in New Issue