Просмотр исходного кода

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

vietnamkong 8 лет назад
Родитель
Сommit
8f52472845
1 измененных файлов с 1 добавлено и 0 удалено
  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>
 				<label htmlFor="password">Password</label>
 				<input type="password" id="password" value={ this.state.password } onChange={ event => this.updateField("password", event) } />
 				<input type="password" id="password" value={ this.state.password } onChange={ event => this.updateField("password", event) } />
 				<div id="recaptcha" />
 				<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>
 				<button onClick={ this.register }>Register</button>
 			</div>
 			</div>
 		);
 		);