mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
refactor: use config routes in activate flow
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user