Promote to Production: CAR-894 Gitea workflows migration #26

Merged
Savannah Savings merged 32 commits from uat into main 2026-05-24 18:51:40 +00:00
Showing only changes of commit 4d5a5545e6 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ export function VerifyEmail() {
const callbackURL = searchParams.get("callbackURL") || "/";
if (!token) {
setStatus("error");
queueMicrotask(() => setStatus("error"));
return;
}