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 dc8e480 commit 3d2ca2dCopy full SHA for 3d2ca2d
app/templates/dashboard.html
@@ -21,7 +21,6 @@ <h3>Create New Forwarder</h3>
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
<span class="input-addon">@{{ current_user.da_domain }}</span>
24
- <button type="button" id="randomAliasBtn" title="Generate random alias" class="dice-btn">🎲</button>
25
</div>
26
27
0 commit comments