Skip to content

Commit a75e82a

Browse files
committed
Modified code to accommodate blocked popup issues
1 parent b211798 commit a75e82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ function updateSignInButton() {
718718
}
719719

720720
document.getElementById('googleSignInBtn').addEventListener('click', function () {
721-
alert('Please ensure that you have pop-ups enabled for this site to sign in properly.');
721+
alert('Please ensure that you have pop-ups enabled for this site to sign you in/out properly. Otherwise, you may not be signed in/out properly.');
722722
});
723723

724724
/**

0 commit comments

Comments
 (0)