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"
|
||||
value={email}
|
||||
placeholder={getLangText('Email of the consignee')}
|
||||
value="admin@bokk.io"
|
||||
required/>
|
||||
</Property>
|
||||
<Property
|
||||
|
@ -162,7 +162,6 @@ let LoanForm = React.createClass({
|
||||
value={email}
|
||||
type="email"
|
||||
placeholder={getLangText('Email of the loanee')}
|
||||
value="admin@bokk.io"
|
||||
required/>
|
||||
</Property>
|
||||
<Property
|
||||
|
@ -60,7 +60,6 @@ let ShareForm = React.createClass({
|
||||
<input
|
||||
type="text"
|
||||
placeholder={getLangText('Comma separated emails')}
|
||||
value="admin@bokk.io"
|
||||
required/>
|
||||
</Property>
|
||||
<Property
|
||||
|
@ -61,7 +61,6 @@ let TransferForm = React.createClass({
|
||||
<input
|
||||
type="email"
|
||||
placeholder={getLangText('Email of the transferee')}
|
||||
value="admin@bokk.io"
|
||||
required/>
|
||||
</Property>
|
||||
<Property
|
||||
|
Loading…
Reference in New Issue
Block a user