feat: port go validator to ts for the frontend

This commit is contained in:
Stavros
2026-06-21 21:04:31 +03:00
parent 76aebc5728
commit 6249228039
2 changed files with 58 additions and 5 deletions
+1
View File
@@ -37,6 +37,7 @@ export const ContinuePage = () => {
const { url, valid, trusted, allowedProto, httpsDowngrade } = useRedirectUri(
redirectUri,
app.cookieDomain,
app.appUrl,
app.subdomainsEnabled,
);