Pepguy commited on
Commit
0299d9a
·
verified ·
1 Parent(s): 7e842b1

Update signing.html

Browse files
Files changed (1) hide show
  1. signing.html +3 -0
signing.html CHANGED
@@ -140,6 +140,9 @@
140
  } else if (error.code === 'auth/popup-blocked') {
141
  errorMessage = 'Pop-up blocked. Please allow pop-ups and try again.';
142
  }
 
 
 
143
  errorEl.textContent = errorMessage;
144
  }
145
  };
 
140
  } else if (error.code === 'auth/popup-blocked') {
141
  errorMessage = 'Pop-up blocked. Please allow pop-ups and try again.';
142
  }
143
+
144
+ errorMessage = error;
145
+
146
  errorEl.textContent = errorMessage;
147
  }
148
  };