feat: add fallback sync

This commit is contained in:
2024-01-25 16:02:16 +00:00
parent d7460651c8
commit 9a3207bfa3
6 changed files with 57 additions and 30 deletions

View File

@ -104,7 +104,7 @@ export function SignIn() {
id: "X7xU8J",
})}
value={key}
onChange={onChange} // TODO should log in directly if nsec or npub is pasted
onChange={onChange}
className="new-username"
/>
{error && <b className="error">{error}</b>}