Skip to content

Commit 9d60c73

Browse files
Update dashboard.html
1 parent 60c9492 commit 9d60c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/dashboard.html

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

0 commit comments

Comments
 (0)