Skip to content

Commit 4aaecbe

Browse files
authored
fix: Failed to open popup window (#300)
1 parent 1d62e70 commit 4aaecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class App extends React.Component {
238238
log(`Error loading shared sheet: ${error.message}`, error);
239239

240240
// If the browser blocks the popup (often happens on page load without user gesture)
241-
if (error.message && error.message.includes("Failed to open login popup window")) {
241+
if (error.message && error.message.includes("Failed to open popup window")) {
242242
toast.warning(
243243
<div>
244244
Popup blocked by browser.

0 commit comments

Comments
 (0)