Skip to content

Commit 2a3a2e4

Browse files
Update dashboard.html
1 parent df79183 commit 2a3a2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ <h3>Create New Forwarder</h3>
2929
<select id="destination" name="destination" required>
3030
<option value="">Loading email accounts...</option>
3131
</select>
32-
<input type="email" id="customDestination" name="customDestination"
33-
placeholder="Enter custom email address"
32+
<input type="text" id="customDestination" name="customDestination"
33+
placeholder=""Enter email address or special destination (e.g., :blackhole:)""
3434
style="display: none; margin-top: 0.5rem;">
3535
</div>
3636

0 commit comments

Comments
 (0)