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
1 changed files with 1 additions and 0 deletions

View File

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