module.exports = { friendlyName: 'View connect vanta', description: 'Display "Connect vanta" page.', exits: { success: { viewTemplatePath: 'pages/connect-vanta' } }, fn: async function () { // Respond with view. return { }; } };