Extension login infinite loading #198

Merged
enes merged 13 commits from 196-ext-login-infinite-loading into staging 2024-09-16 12:27:44 +00:00
Showing only changes of commit ba24e7417d - Show all commits

View File

@ -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)
} }