From 9f5030925875f8340ce3b3717934944ee97c1deb Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Mon, 2 Oct 2023 22:39:35 +0800 Subject: [PATCH] fix Desc: - menghapus tampilan json dan hide console --- src/app/dev/auth/login/page.tsx | 2 +- src/app/fun/my_console.ts | 2 +- src/app_modules/auth/login/view.tsx | 4 ++-- src/app_modules/auth/validasi/view.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/dev/auth/login/page.tsx b/src/app/dev/auth/login/page.tsx index 6b1322b4..b36236db 100644 --- a/src/app/dev/auth/login/page.tsx +++ b/src/app/dev/auth/login/page.tsx @@ -7,7 +7,7 @@ export default function Page() { return ( <> - {JSON.stringify(tkn)} + {/* {JSON.stringify(tkn)} */} ; ); diff --git a/src/app/fun/my_console.ts b/src/app/fun/my_console.ts index 9aa45eb2..9bf87a99 100644 --- a/src/app/fun/my_console.ts +++ b/src/app/fun/my_console.ts @@ -1,7 +1,7 @@ import { useState } from "react"; export function MyConsole(value: any) { - const onData = true; + const onData = false; if (onData) { console.log(value); } diff --git a/src/app_modules/auth/login/view.tsx b/src/app_modules/auth/login/view.tsx index fa6dfd32..d0edeb19 100644 --- a/src/app_modules/auth/login/view.tsx +++ b/src/app_modules/auth/login/view.tsx @@ -51,11 +51,11 @@ export default function Login() { return ( <> -
+      {/* 
         {JSON.stringify(inputNumber, null, 2)}
         
{JSON.stringify(code)} -
+
*/} - {JSON.stringify(nomor)} - {JSON.stringify(code)} + {/* {JSON.stringify(nomor)} + {JSON.stringify(code)} */}