Skip to content

Commit

Permalink
other file for that last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Dec 27, 2024
1 parent c30d56e commit 74697c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/modules/oidcProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function authorize({clientId, oidcProvider, scope, autoRefresh}) {
tokens = await requestToken(tokenRequestBody)
}
catch (e) {
e.message = `<textarea rows="10" cols="80" style="font-size: 8px;">Error:\n${e.message}\n\nContext:\n${JSON.stringify(lastOidc, null, 2)}</textarea><br><br><a href="${redirectUrl}">Retry authorization.</a>`
e.message = `<textarea readonly wrap="off" rows="18" cols="80" style="font-size: 8px;">Error:\n${e.message}\n\nContext:\n${JSON.stringify(lastOidc, null, 2)}</textarea><br><br><a href="${redirectUrl}">Retry authorization.</a>`
throw e
}
const clientTime = (beforeTime + new Date().getTime()) / 2
Expand Down

0 comments on commit 74697c3

Please sign in to comment.