diff options
author | polwex <polwex@sortug.com> | 2025-07-16 15:09:39 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-16 15:09:39 +0700 |
commit | e7d4e342d112f89bebeb08aaa502227ca7747a8c (patch) | |
tree | 26e96f08b59957a2842e38ea99bd8f3732f8375f /components/login | |
parent | aadfe206f3233032d8742a17c1f21d4750946a41 (diff) |
finally
Diffstat (limited to 'components/login')
-rw-r--r-- | components/login/ShipCredsForm.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/login/ShipCredsForm.tsx b/components/login/ShipCredsForm.tsx index 7853162..eebeeab 100644 --- a/components/login/ShipCredsForm.tsx +++ b/components/login/ShipCredsForm.tsx @@ -1,5 +1,5 @@ "use client"; - +import "core-js/actual/typed-array"; import { ColorScheme, lightColors } from "@/constants"; import { StyleSheet, @@ -36,6 +36,7 @@ export function ShipForm() { toast(`bytes: ${byteLength}`); const bufer = hex2buf(privkey); toast(`buffer size: ${bufer.byteLength}`); + console.log(Uint8Array); const ba = Uint8Array.fromHex(clean); toast(`uintarray byte length: ${ba.byteLength}`); console.log({ |