Update signing.html
Browse files- 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 |
};
|