refactor: improve type safety, update navigation, and optimize base64 encoding in auth and editor components

This commit is contained in:
Your Name
2026-04-11 19:33:50 +05:30
parent 4f0355d8eb
commit 9953b27385
7 changed files with 29 additions and 22 deletions
+3 -2
View File
@@ -29,13 +29,14 @@ export default function VerifyEmail() {
</p>
</div>
<p
<button
type="button"
className="text-xs italic opacity-40 cursor-pointer underline"
onClick={() => window.close()}
onKeyDown={(e) => e.key === "Enter" && window.close()}
>
You can close this window now.
</p>
</button>
</div>
);
}