diff --git a/app/services/oauth2.js b/app/services/oauth2.js index c1cd0ae..bc547c4 100644 --- a/app/services/oauth2.js +++ b/app/services/oauth2.js @@ -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;