Explorar o código

Text saying you agree to our Terms of Service and Privacy Policy by registering/logging in, and a link to those two

vietnamkong %!s(int64=8) %!d(string=hai) anos
pai
achega
8f52472845
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/app/js/views/Auth/Register.jsx

+ 1 - 0
frontend/app/js/views/Auth/Register.jsx

@@ -75,6 +75,7 @@ export default class Register extends Component {
 				<label htmlFor="password">Password</label>
 				<input type="password" id="password" value={ this.state.password } onChange={ event => this.updateField("password", event) } />
 				<div id="recaptcha" />
+				<p>By logging in/registering you agree to our <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>.</p>
 				<button onClick={ this.register }>Register</button>
 			</div>
 		);