refactor: use config routes in activate flow

This commit is contained in:
Your Name
2026-04-11 19:11:42 +05:30
parent bbdf4a41d4
commit 6a7439fa61
+1 -1
View File
@@ -66,7 +66,7 @@ export default function Activate() {
<button
type="button"
className="btn btn-primary w-full shadow-lg"
onClick={() => navigate("/login")}
onClick={() => navigate(ROUTES.DRAWER)}
>
Open Drawer
</button>