From 33c88ec9e4560bdc78023fdb0963fb48ab907e0f Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Fri, 6 Jan 2017 12:23:56 -0800 Subject: [PATCH] Move stats // FREEBIE --- .../textsecuregcm/auth/AccountAuthenticator.java | 10 ++++++++++ .../websocket/AuthenticatedConnectListener.java | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/main/java/org/whispersystems/textsecuregcm/auth/AccountAuthenticator.java b/src/main/java/org/whispersystems/textsecuregcm/auth/AccountAuthenticator.java index 73a711165..20b41ee67 100644 --- a/src/main/java/org/whispersystems/textsecuregcm/auth/AccountAuthenticator.java +++ b/src/main/java/org/whispersystems/textsecuregcm/auth/AccountAuthenticator.java @@ -27,6 +27,7 @@ import org.whispersystems.textsecuregcm.storage.Account; import org.whispersystems.textsecuregcm.storage.AccountsManager; import org.whispersystems.textsecuregcm.storage.Device; import org.whispersystems.textsecuregcm.util.Constants; +import org.whispersystems.textsecuregcm.util.Util; import static com.codahale.metrics.MetricRegistry.name; import io.dropwizard.auth.AuthenticationException; @@ -67,6 +68,7 @@ public class AccountAuthenticator implements Authenticator