variable MASK_SENTINEL

Sentinel value rendered in password fields for configured secrets. The actual secret is never sent to the browser — only this placeholder. On form submission, if the value equals the sentinel, the update is skipped.

Type

"••••••••"

Usage

import { MASK_SENTINEL } from "docs/database.ts";