From 10bc34245e8e1e3ba63fb0720d3bcfb1119db921 Mon Sep 17 00:00:00 2001 From: Simponic Date: Tue, 27 Dec 2022 23:50:22 -0700 Subject: Initial erlang stuff --- lib/chessh/auth/password.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/chessh/auth/password.ex') diff --git a/lib/chessh/auth/password.ex b/lib/chessh/auth/password.ex index 8a6c683..c3b03f5 100644 --- a/lib/chessh/auth/password.ex +++ b/lib/chessh/auth/password.ex @@ -1,6 +1,5 @@ defmodule Chessh.Auth.PasswordAuthenticator do - alias Chessh.Player - alias Chessh.Repo + alias Chessh.{Player, Repo} def authenticate(username, password) do case Repo.get_by(Player, username: String.Chars.to_string(username)) do -- cgit v1.2.3-70-g09d2