Desc:
- menghapus tampilan json dan hide console
This commit is contained in:
2023-10-02 22:39:35 +08:00
parent 50df7bae6e
commit 9f50309258
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ export default function Page() {
return (
<>
{JSON.stringify(tkn)}
{/* {JSON.stringify(tkn)} */}
<Login />;
</>
);