summaryrefslogtreecommitdiff
path: root/components/login
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-16 15:09:39 +0700
committerpolwex <polwex@sortug.com>2025-07-16 15:09:39 +0700
commite7d4e342d112f89bebeb08aaa502227ca7747a8c (patch)
tree26e96f08b59957a2842e38ea99bd8f3732f8375f /components/login
parentaadfe206f3233032d8742a17c1f21d4750946a41 (diff)
finally
Diffstat (limited to 'components/login')
-rw-r--r--components/login/ShipCredsForm.tsx3
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({