removed extraneous disabling of a field in edit account page, thanks @rog1121
This commit is contained in:
parent
b0413226b4
commit
a987878c8e
@ -95,7 +95,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label>Payout to</label>
|
<label>Payout to</label>
|
||||||
{nocache}<input type="text" value="{$GLOBAL.userdata.coin_address|escape}" readonly {if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.withdraw && !$WITHDRAWUNLOCKED}disabled{/if}/>{/nocache}
|
{nocache}<input type="text" value="{$GLOBAL.userdata.coin_address|escape}" readonly />{/nocache}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label>4 digit PIN</label>
|
<label>4 digit PIN</label>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user