From e501f99729d0cd07a5fd3d4e4869c814ca709326 Mon Sep 17 00:00:00 2001 From: Davinci Date: Fri, 24 May 2024 08:51:59 +0200 Subject: [PATCH] chore: removed commented code --- src/pages/login/index.tsx | 1 - 1 file changed, 1 deletion(-) 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)