Allow only username as additional account

This commit is contained in:
the-djmaze 2022-08-23 09:22:39 +02:00
parent d91fbaa2c0
commit 21bbbf312f

View file

@ -14,7 +14,7 @@
<div class="control-group" data-bind="css: {'error': emailError}">
<label data-i18n="GLOBAL/EMAIL"></label>
<strong style="margin-top: 5px;" data-bind="visible: !isNew(), text: email"></strong>
<input type="email" class="input-xlarge"
<input type="text" class="input-xlarge"
autofocus="" autocorrect="off" autocapitalize="off" spellcheck="false"
data-bind="visible: isNew, textInput: email">
</div>