mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-14 03:15:20 +08:00
fixed accounts not able to be created
This commit is contained in:
parent
023f90ba44
commit
d0ad049ae3
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue