Actually increment the moved "new user" counter.

This commit is contained in:
Jon Chambers
2021-07-27 12:01:02 -04:00
committed by Jon Chambers
parent ef9a7fda9a
commit 0117fc12c7

View File

@@ -209,6 +209,7 @@ public class AccountsManager {
if (freshUser) {
tags = Tags.of("type", "new");
newUserMeter.mark();
} else {
tags = Tags.of("type", "reregister");
}