wip to Core

master
rob 2 years ago
parent 7ccc129b84
commit 2093bf8541

@ -86,7 +86,7 @@ class OAuth2Service extends SiteService {
}
async renderAuthorizeDialog (req, res) {
res.locals.currentView = 'oauth2/authorize-dialog';
res.locals.currentView = 'oauth2-authorize-dialog';
res.locals.oauth2 = req.oauth2;
res.locals.transactionID = req.oauth2.transactionID;
res.locals.client = req.oauth2.client;

Loading…
Cancel
Save