summaryrefslogtreecommitdiff
path: root/Types/Creds.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Creds.hs')
-rw-r--r--Types/Creds.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Types/Creds.hs b/Types/Creds.hs
index cb312f66d..c16e530b1 100644
--- a/Types/Creds.hs
+++ b/Types/Creds.hs
@@ -9,4 +9,6 @@ module Types.Creds where
type Creds = String -- can be any data that contains credentials
-type CredPair = (String, String) -- login, password
+type CredPair = (Login, Password)
+type Login = String
+type Password = String -- todo: use securemem