mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Added default admin bokk email in forms.
This commit is contained in:
parent
6534f6134b
commit
f190009850
@ -105,6 +105,7 @@ 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,6 +162,7 @@ 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,6 +60,7 @@ 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,6 +61,7 @@ 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