Changeset c3d12a6 in Klonkt for src/routes/admin-paid.js
- Timestamp:
- 07/21/2026 02:07:18 AM (7 weeks ago)
- Branches:
- main
- Children:
- 9019a3e
- Parents:
- 603d246
- git-author:
- Robin <roboburr@…> (07/21/2026 02:07:07 AM)
- git-committer:
- Robin <roboburr@…> (07/21/2026 02:07:18 AM)
- File:
-
- 1 edited
-
src/routes/admin-paid.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-paid.js
r603d246 rc3d12a6 60 60 accessToken: (b.access_token || '').trim() || undefined, 61 61 refreshToken: (b.refresh_token || '').trim() || undefined, 62 // Empty clears it (null), a value sets it. Unlike secrets, this is not 63 // sensitive and there's a clear "remove the link" intent. 64 patreonUrl: (b.patreon_url || '').trim() || null, 62 65 defaultMinCents: Number.isFinite(cents) ? cents : undefined, 63 66 });
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)