mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Revert "Added default admin bokk email in forms."
This reverts commit f190009850
.
This commit is contained in:
parent
f190009850
commit
751f3e3572
@ -105,7 +105,6 @@ let ConsignForm = React.createClass({
|
|||||||
type="email"
|
type="email"
|
||||||
value={email}
|
value={email}
|
||||||
placeholder={getLangText('Email of the consignee')}
|
placeholder={getLangText('Email of the consignee')}
|
||||||
value="admin@bokk.io"
|
|
||||||
required/>
|
required/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property
|
<Property
|
||||||
|
@ -162,7 +162,6 @@ let LoanForm = React.createClass({
|
|||||||
value={email}
|
value={email}
|
||||||
type="email"
|
type="email"
|
||||||
placeholder={getLangText('Email of the loanee')}
|
placeholder={getLangText('Email of the loanee')}
|
||||||
value="admin@bokk.io"
|
|
||||||
required/>
|
required/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property
|
<Property
|
||||||
|
@ -60,7 +60,6 @@ let ShareForm = React.createClass({
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={getLangText('Comma separated emails')}
|
placeholder={getLangText('Comma separated emails')}
|
||||||
value="admin@bokk.io"
|
|
||||||
required/>
|
required/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property
|
<Property
|
||||||
|
@ -61,7 +61,6 @@ let TransferForm = React.createClass({
|
|||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
placeholder={getLangText('Email of the transferee')}
|
placeholder={getLangText('Email of the transferee')}
|
||||||
value="admin@bokk.io"
|
|
||||||
required/>
|
required/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property
|
<Property
|
||||||
|
Loading…
Reference in New Issue
Block a user