Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion views/my_packages.package.dt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ block body
label(for="secret") Secret:
input#secret(type="text", readonly, autocomplete="off", value=placeholder)
p.warn This secret will only be shown once, please make sure to note it down.
p Read more in the #[a(href="https://github.com/dlang/dub/blob/master/docs/http-update.md", target="_blank") API documentation]
p Read more in the #[a(href="https://github.com/dlang/dub-registry/blob/master/api-docs/http-update.md", target="_blank") API documentation]
hr
- if (secretBcrypt.length)
form(method="POST", action="#{req.rootDir}my_packages/#{packageName}/unset_secret", onsubmit="return confirm('Are you sure you want to revoke the secret and disable webhook support? Existing update webhooks will stop working.')")
Expand Down
Loading