Browse Source

Show [at] for report email

poeti8 7 năm trước cách đây
mục cha
commit
7c65c56087
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/pages/report.js

+ 1 - 1
client/pages/report.js

@@ -97,7 +97,7 @@ class ReportPage extends Component {
             Report abuses, malware and phishing links to the below email address or use the form. We
             Report abuses, malware and phishing links to the below email address or use the form. We
             will take actions shortly.
             will take actions shortly.
           </p>
           </p>
-          <p>{process.env.REPORT_EMAIL}</p>
+          <p>{(process.env.REPORT_EMAIL || '').replace('@', '[at]')}</p>
           <p>
           <p>
             <b>URL containting malware/scam:</b>
             <b>URL containting malware/scam:</b>
           </p>
           </p>