Merge pull request #4 from nostrband/refactor/sync-npub

Refactor/login
This commit is contained in:
Nostr.Band
2024-02-05 09:12:22 +03:00
committed by GitHub
10 changed files with 245 additions and 77 deletions

View File

@@ -37,6 +37,7 @@ export const ModalSignUp = () => {
)
const handleSubmit = async (e: React.FormEvent) => {
if (!enteredValue.trim().length) return
e.preventDefault()
try {
const k: any = await swicCall('generateKey')