fixed accounts not able to be created

This commit is contained in:
Miodec 2021-01-23 19:03:37 +00:00
parent 023f90ba44
commit d0ad049ae3

View file

@ -5738,8 +5738,8 @@ if (firebase.app().options.projectId === "monkey-type-dev-67af4") {
);
}
if (firebase.app().options.projectId === "monkey-type-dev-67af4") {
// if (window.location.hostname === "localhost") {
// if (firebase.app().options.projectId === "monkey-type-dev-67af4") {
if (window.location.hostname === "localhost") {
window.onerror = function (error) {
Notifications.add(error, -1);
};