oidc: better error page message

This commit is contained in:
Johannes Zellner
2023-03-21 15:32:59 +01:00
parent b1f1c06a6d
commit 4b2ee168fc
2 changed files with 2 additions and 2 deletions

View File

@@ -528,7 +528,7 @@ async function findAccount(ctx, id) {
async function renderError(ctx, out, error) {
const data = {
dashboardOrigin: settings.dashboardOrigin(),
error
errorMessage: error.error_detail || 'Unknown error'
};
debug('renderError:', error);