remove var for localpart as it does not exist yet

This commit is contained in:
Matthew Saunders Brown 2022-12-12 09:16:29 -08:00
parent d075c15b1b
commit afd8251f64

View File

@ -4,7 +4,7 @@
<fieldset>
<legend>Add New Email Alias for {{@PARAMS.mbox}}@{{@PARAMS.domain}}</legend>
<label for="alias">Alias <small>(enter local-part only, e.g. enter joe for joe@stackaas.com)</small></label>
<input id="alias" name="alias" type="text" placeholder="joe" value="{{ @mbox.localpart }}" required>
<input id="alias" name="alias" type="text" placeholder="joe" value="" required>
<input type="submit" value="Submit">
<button id="reset" type="reset">Reset</button>