Skip to content

Commit c6c11e1

Browse files
failed adding the randomize alias button -_-
1 parent 588e068 commit c6c11e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h3>Create New Forwarder</h3>
2020
<label for="address">Email Address</label>
2121
<div class="input-group">
2222
<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>
2324
<span class="input-addon">@{{ current_user.da_domain }}</span>
2425
</div>
2526
</div>

0 commit comments

Comments
 (0)