Changeset 09ecc5f in Klonkt for src/routes
- Timestamp:
- 06/19/2026 10:03:52 AM (3 months ago)
- Branches:
- main
- Children:
- f83ccf3
- Parents:
- f33b24a
- File:
-
- 1 edited
-
src/routes/admin-settings.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-settings.js
rf33b24a r09ecc5f 139 139 }); 140 140 141 // Google-login op een eigen Beheer-pagina (los van de algemene instellingen). 142 router.get('/google', requireGod, (req, res) => { 143 renderPage(req, res, 'pages/admin-google', { 144 pageTitle: 'Google-login', 145 bodyClass: 'on-admin', 146 google: { 147 configured: googleConfigured(), 148 redirectUri: redirectUri(), 149 clientId: currentClientId(), 150 secretSet: clientSecretSet(), 151 }, 152 success: req.query.success || null, 153 error: req.query.error || null, 154 }); 155 }); 156 141 157 // Google-login (luisteraars) configureren — Client ID + Secret in app_settings. 142 158 // De redirect-URI leiden we af van PUBLIC_BASE_URL (zie config/google.js).
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)