fix: fix bugs in jwt parsing and redirect uri handling

This commit is contained in:
Stavros
2026-06-12 12:43:18 +03:00
parent 5c5d7a43ef
commit b75fe9ac1e
5 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const ErrorPage = () => {
const { t } = useTranslation();
const { search } = useLocation();
const searchParams = new URLSearchParams(search);
const error = searchParams.get("error") ?? "";
const error = searchParams.get("error") || "";
return (
<Card>