Skip to content

Commit

Permalink
Merge pull request #64 from nwesterhausen/fix/smtp-port-settings
Browse files Browse the repository at this point in the history
fix: correctly apply smtp port changes
  • Loading branch information
nwesterhausen authored Apr 11, 2024
2 parents c1cc5cb + 34732df commit e4fc645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/nwesterhausen/domain-monitor"
Expand Down
2 changes: 1 addition & 1 deletion views/configuration/configuration.templ
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ templ SmtpTab(conf configuration.SMTPConfiguration) {
<span class="label-text">SMTP Port</span>
</div>
<input type="text" placeholder="25" class="input input-bordered w-full max-w-lg" value={strconv.Itoa(conf.Port)} name="value"
hx-post="/api/config/smtp/host" hx-trigger="input throttle:500ms" hx-inclue="this" />
hx-post="/api/config/smtp/port" hx-trigger="input throttle:500ms" hx-inclue="this" />
<div class="label">
<span class="label-text-alt">The SMTP port to connect to</span>
</div>
Expand Down

0 comments on commit e4fc645

Please sign in to comment.