mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
removed signup terms default false
This commit is contained in:
parent
3031fcdbe1
commit
232991b566
@ -123,8 +123,7 @@ let SignupForm = React.createClass({
|
||||
name="terms"
|
||||
className="ascribe-settings-property-collapsible-toggle"
|
||||
style={{paddingBottom: 0}}>
|
||||
<InputCheckbox
|
||||
defaultChecked={true}>
|
||||
<InputCheckbox>
|
||||
<span>
|
||||
{' ' + getLangText('I agree to the Terms of Service') + ' '}
|
||||
(<a href="https://www.ascribe.io/terms" target="_blank" style={{fontSize: '0.9em', color: 'rgba(0,0,0,0.7)'}}>
|
||||
|
Loading…
Reference in New Issue
Block a user