summaryrefslogtreecommitdiff
path: root/lib/chessh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chessh')
-rw-r--r--lib/chessh/auth/keys.ex4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chessh/auth/keys.ex b/lib/chessh/auth/keys.ex
index a948fdf..e90f101 100644
--- a/lib/chessh/auth/keys.ex
+++ b/lib/chessh/auth/keys.ex
@@ -1,8 +1,6 @@
defmodule Chessh.Auth.KeyAuthenticator do
- alias Chessh.Key
- alias Chessh.Repo
+ alias Chessh.{Key, Repo}
use Sshd.PublicKeyAuthenticator
- require Logger
import Ecto.Query
def authenticate(username, public_key) do