Merge pull request #214 from ascribe/feature/gdpr-updates

GDPR updates
This commit is contained in:
Matthias Kretschmann 2018-05-24 18:18:47 +02:00 committed by GitHub
commit fd59166965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -57,7 +57,13 @@ 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>. For further information, visit our <a href="https://www.ascribe.io/privacy/">Privacy Policy</a>.<br/><br/>
BigchainDB GmbH<br/>
Chausseestraße 19<br/>
Berlin 10115<br/>
Germany
</div>
</div>