Changeset 4590e66 in Klonkt for src/services/PaidPatreonService.js
- Timestamp:
- 07/21/2026 03:39:35 AM (7 weeks ago)
- Branches:
- main
- Children:
- f574435
- Parents:
- b9beb16
- git-author:
- Robin <roboburr@…> (07/21/2026 03:39:33 AM)
- git-committer:
- Robin <roboburr@…> (07/21/2026 03:39:35 AM)
- File:
-
- 1 edited
-
src/services/PaidPatreonService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/PaidPatreonService.js
rb9beb16 r4590e66 50 50 // the admin form can be re-saved without re-pasting the secret. 51 51 export function saveOwnerConfig(siteId, patch) { 52 if (!cryptoBoxReady()) throw new Error(' PAID_SECRET is not set: cannot store Patreon secrets');52 if (!cryptoBoxReady()) throw new Error('encryption key unavailable: cannot store Patreon secrets'); 53 53 const cur = getOwnerConfig(siteId) || {}; 54 54 const merged = {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)