|
|
@ -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; |
|
|
|