Content-Length: 212212 | pFad | https://github.com/sebadob/rauthy/commit/8041c95b57292ac83330c7613698398857864e30

4F Merge pull request #460 from sebadob/458-provider-callback-error-message · sebadob/rauthy@8041c95 · GitHub
Skip to content

Commit

Permalink
Merge pull request #460 from sebadob/458-provider-callback-error-message
Browse files Browse the repository at this point in the history
show the full backend error in the UI in case of a provider callback error
  • Loading branch information
sebadob authored Jun 10, 2024
2 parents d2b928a + d7cd937 commit 8041c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/routes/providers/callback/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
error = t.clientForceMfa;
clientMfaForce = true;
} else {
error = `Uncovered HTTP return status '${res.status}'. This should never happen, please report this bug.`;
let body = await res.json();
error = `HTTP ${res.status}: ${body}`;
}
});
Expand Down

0 comments on commit 8041c95

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/sebadob/rauthy/commit/8041c95b57292ac83330c7613698398857864e30

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy