We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588e068 commit c6c11e1Copy full SHA for c6c11e1
app/templates/dashboard.html
@@ -20,6 +20,7 @@ <h3>Create New Forwarder</h3>
20
<label for="address">Email Address</label>
21
<div class="input-group">
22
<input type="text" id="alias" name="alias" required pattern="[-a-zA-Z0-9._]+" title="Alphanumeric characters, dots, underscores, and hyphens only">
23
+ <button type="button" id="randomAliasBtn" title="Generate random alias" style="margin-left:4px; font-size:1.2em;">🎲</button>
24
<span class="input-addon">@{{ current_user.da_domain }}</span>
25
</div>
26
0 commit comments