New release #210
@ -101,7 +101,8 @@ export const Nostr = () => {
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof TimeoutError) {
|
if (error instanceof TimeoutError) {
|
||||||
toast.error("Extension didn't respond in time")
|
// Just log the error, no toast, user has already been notified with the loading screen
|
||||||
|
console.error("Extension didn't respond in time")
|
||||||
} else {
|
} else {
|
||||||
toast.error('Error capturing public key from nostr extension: ' + error)
|
toast.error('Error capturing public key from nostr extension: ' + error)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user