diff --git a/screens/Authentication/LoginView.tsx b/screens/Authentication/LoginView.tsx index 525f850..2eaf36d 100644 --- a/screens/Authentication/LoginView.tsx +++ b/screens/Authentication/LoginView.tsx @@ -30,9 +30,9 @@ export default function LoginView() { const id = randomAlfabet + randomNumber + fixNumber; console.log("login user id :", id); - // router.navigate("/verification"); + router.navigate("/verification"); // router.navigate(`/(application)/(user)/profile/${id}`); - router.navigate("/(application)/(user)/home"); + // router.navigate("/(application)/(user)/home"); // router.navigate(`/(application)/profile/${id}/edit`); // router.navigate(`/(application)/(user)/portofolio/${id}`) // router.navigate(`/(application)/(image)/preview-image/${id}`); diff --git a/screens/Authentication/RegisterView.tsx b/screens/Authentication/RegisterView.tsx index 53c5001..e9dc27e 100644 --- a/screens/Authentication/RegisterView.tsx +++ b/screens/Authentication/RegisterView.tsx @@ -1,7 +1,7 @@ import Spacing from "@/components/_ShareComponent/Spacing"; import ViewWrapper from "@/components/_ShareComponent/ViewWrapper"; import ButtonCustom from "@/components/Button/ButtonCustom"; -import { TextInputCustom } from "@/components/TextInput/TextInputCustom"; +import TextInputCustom from "@/components/TextInput/TextInputCustom"; import { MainColor } from "@/constants/color-palet"; import { GStyles } from "@/styles/global-styles"; import { MaterialCommunityIcons } from "@expo/vector-icons";