update tos html
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,6 @@ const { Component } = require('preact')
|
||||
const { connect } = require('preact-redux');
|
||||
const linkState = require('linkstate').default;
|
||||
|
||||
const tos = require('./tos');
|
||||
const { postData, errorToast, infoToast } = require('../utils');
|
||||
|
||||
const addState = connect(
|
||||
@@ -76,12 +75,12 @@ function Register(args) {
|
||||
onInput={linkState(this, 'confirm')}
|
||||
/>
|
||||
<div>
|
||||
<input
|
||||
type="checkbox"
|
||||
<input
|
||||
type="checkbox"
|
||||
onInput={linkState(this, 'terms')
|
||||
}/>
|
||||
}/>
|
||||
Confirm agreement to terms of service
|
||||
<button onClick={tos}> VIEW </button>
|
||||
<button onClick={() => window.open('/tos.html')}>VIEW</button>
|
||||
</div>
|
||||
<button
|
||||
class="login-btn"
|
||||
|
||||
Reference in New Issue
Block a user