Migrate openid error page to vuejs

This commit is contained in:
Johannes Zellner
2025-03-29 15:32:53 +01:00
parent 16caeb5400
commit f0f04ce3ff
4 changed files with 105 additions and 37 deletions

View File

@@ -550,6 +550,8 @@ function renderInteractionPage(provider) {
debug('route interaction get error', error);
const data = {
ICON_URL: '/api/v1/cloudron/avatar',
NAME: 'Cloudron',
ERROR_MESSAGE: error.error_description || 'Internal error',
FOOTER: marked.parse(await branding.renderFooter())
};