mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Make user email uneditable
This commit is contained in:
parent
827e734b6a
commit
2e6acff56d
@ -54,6 +54,7 @@ let AccountSettings = React.createClass({
|
|||||||
<Property
|
<Property
|
||||||
name='email'
|
name='email'
|
||||||
label={getLangText('Email')}
|
label={getLangText('Email')}
|
||||||
|
overrideForm={true}
|
||||||
editable={false}>
|
editable={false}>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
Loading…
Reference in New Issue
Block a user