-
- Selamat Datang di HIPMI App
-
- Silahkan masukan nomor telepon anda untuk masuk !
-
-
+
+
+
+ WELCOME TO
+
+ HIPMI APPS
+
- {
- setPhone(val);
- }}
- />
+
+
+ Nomor telepon
+
+ {
+ setPhone(val);
+ }}
+ />
-
-
-
+ {isError ? (
+
+ ) : (
+ ""
+ )}
+
+
+
>
);
diff --git a/src/app_modules/auth/splash/view.tsx b/src/app_modules/auth/splash/view.tsx
index 80df56af..b7ae6b7a 100644
--- a/src/app_modules/auth/splash/view.tsx
+++ b/src/app_modules/auth/splash/view.tsx
@@ -1,23 +1,17 @@
"use client";
+import { MainColor } from "@/app_modules/component_global/color/color_pallet";
import {
- AspectRatio,
- Box,
Center,
- Flex,
Image,
Paper,
- Stack,
- Text,
- Title,
+ Stack
} from "@mantine/core";
import { useShallowEffect } from "@mantine/hooks";
import { useRouter } from "next/navigation";
-import { useState } from "react";
export default function SplashScreen({ data }: { data: any }) {
const router = useRouter();
- const [val, setVal] = useState(false);
useShallowEffect(() => {
if (!data) {
@@ -32,16 +26,16 @@ export default function SplashScreen({ data }: { data: any }) {
}, []);
return (
<>
-