This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.

4 lines
126 B
JavaScript
Raw Normal View History

2017-08-23 23:13:45 +03:00
module.exports = function (req, res, client, scope, user) {
2017-08-24 13:52:12 +03:00
res.render('authorization', { client: client, scope: scope })
2017-08-23 23:13:45 +03:00
}