refactor: use proper config for routes

This commit is contained in:
Your Name
2026-04-11 19:51:00 +05:30
parent 9953b27385
commit 73a9787daf
3 changed files with 2 additions and 7 deletions
-1
View File
@@ -33,7 +33,6 @@ export default function VerifyEmail() {
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.
</button>