summaryrefslogtreecommitdiff
path: root/lib/chessh.ex
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-12-19 02:39:40 -0700
committerSimponic <loganhunt@simponic.xyz>2022-12-19 02:39:40 -0700
commitb4743f9efb685545cdd780cc9ba7a50e083dd8cf (patch)
treea538467211886df38c79706769029e23c7aadb61 /lib/chessh.ex
parent9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 (diff)
downloadchessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.tar.gz
chessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.zip
Get public key authenticator actually running, add password validator via hash
Diffstat (limited to 'lib/chessh.ex')
-rw-r--r--lib/chessh.ex2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chessh.ex b/lib/chessh.ex
index 42bb21f..82d0cfc 100644
--- a/lib/chessh.ex
+++ b/lib/chessh.ex
@@ -1,6 +1,4 @@
defmodule Chessh do
- require Logger
-
def hello() do
:world
end