1
0
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:
Tim Daubenschütz 2015-09-28 10:02:07 +02:00
parent 827e734b6a
commit 2e6acff56d

View File

@ -54,6 +54,7 @@ let AccountSettings = React.createClass({
<Property
name='email'
label={getLangText('Email')}
overrideForm={true}
editable={false}>
<input
type="text"