1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

Fix bug with quota input that prevented adding users

This commit is contained in:
John Supplee
2019-02-11 16:10:09 +02:00
parent ae6394c879
commit 7f8336e459
3 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
</div>
<div class="form-group">
<label class="sr-only" for="adduserQuota">Quota</label>
<input type="email" class="form-control" id="adduserQuota" placeholder="Quota" style="width:5em;">
<input type="text" class="form-control" id="adduserQuota" placeholder="Quota" style="width:5em;">
</div>
<button type="submit" class="btn btn-primary">Add User</button>
</form>