upd: profile
Deskripsi: - membuat routing profile - membuat view profile - mengganti routing menjadi window No Issues
This commit is contained in:
@@ -8,7 +8,8 @@ export default function ViewVerification() {
|
||||
const router = useRouter();
|
||||
|
||||
function onNext() {
|
||||
router.push("/welcome");
|
||||
// router.push("/welcome");
|
||||
window.location.href = "/welcome"
|
||||
}
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user