We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51996e8 commit f9a255cCopy full SHA for f9a255c
src/main.ts
@@ -213,8 +213,9 @@ export const connect = async ({
213
[Layout.connecting, Layout.qrCode].includes(modal.getLayout())
214
) {
215
modal.$set({ layout: Layout.failure })
216
+ } else {
217
+ reject(error)
218
}
- reject(error)
219
220
},
221
theme: modalTheme === "system" ? null : (modalTheme ?? null),
0 commit comments