We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b211798 commit a75e82aCopy full SHA for a75e82a
index.js
@@ -718,7 +718,7 @@ function updateSignInButton() {
718
}
719
720
document.getElementById('googleSignInBtn').addEventListener('click', function () {
721
- alert('Please ensure that you have pop-ups enabled for this site to sign in properly.');
+ 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.');
722
});
723
724
/**
0 commit comments