Commit 4f0be5a4 authored by Max Alekseenko's avatar Max Alekseenko

remove stub for login

parent 8efaf00e
......@@ -18,12 +18,12 @@ function getMessageToSign(address: string, nonce: string, isLogin?: boolean, ref
const referralText = refCode ? ` Referral code: ${ refCode }` : '';
const body = isLogin ? signInText : signUpText + referralText;
return [
`${ /*window.location.hostname*/ 'blockscout.com' } wants you to sign in with your Ethereum account:`,
`${ window.location.hostname } wants you to sign in with your Ethereum account:`,
address,
'',
body,
'',
`URI: ${ /*window.location.origin*/ 'https://blockscout.com' }`,
`URI: ${ window.location.origin }`,
'Version: 1',
`Chain ID: ${ config.chain.id }`,
`Nonce: ${ nonce }`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment