Migrate openid error page to vuejs
This commit is contained in:
@@ -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())
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user