diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index 3846c57..8c2f702 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -325,7 +325,6 @@ export const Login = () => { // Check if maybe hex nsec try { - // const privateKey = nip19.decode(inputValue).data as Uint8Array const privateKey = hexToBytes(inputValue) const publickey = getPublicKey(privateKey)