Actually increment the moved "new user" counter.
This commit is contained in:
parent
ef9a7fda9a
commit
0117fc12c7
|
@ -209,6 +209,7 @@ public class AccountsManager {
|
|||
|
||||
if (freshUser) {
|
||||
tags = Tags.of("type", "new");
|
||||
newUserMeter.mark();
|
||||
} else {
|
||||
tags = Tags.of("type", "reregister");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue