1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-24 10:16:29 +02:00

hack in legal copy under signup form

This commit is contained in:
Matthias Kretschmann 2018-05-24 13:07:40 +02:00
parent 07697ac1a7
commit 63981c8600
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -57,7 +57,10 @@ let SignupContainer = React.createClass({
whitelabelName={whitelabelName}
location={location}/>
<div className="ascribe-login-text">
{getLangText(`Already a ${whitelabelName || 'ascribe'} user`)}&#63; <Link to="/login">{getLangText('Log in')}...</Link><br/>
{getLangText(`Already a ${whitelabelName || 'ascribe'} user`)}&#63; <Link to="/login">{getLangText('Log in')}...</Link><br/><br/>
We don't collect or use any data about you. The only thing we record are your artwork registrations and transactions with other users. We will only use your email to send you important updates and you can change your mind at anytime by clicking the unsubscribe link of any email you receive from us, or by requesting your data to be deleted via <a href="mailto:gdpr@ascribe.io">gdpr@ascribe.io</a>.<br /><br />
For further information, visit our <a href="https://www.ascribe.io/privacy/">Privacy Policy</a>.
</div>
</div>