diff options
Diffstat (limited to '')
| -rw-r--r-- | stdlib/source/program/aedifex/repository/identity.lux | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/stdlib/source/program/aedifex/repository/identity.lux b/stdlib/source/program/aedifex/repository/identity.lux index 742c1aef2..4201123c0 100644 --- a/stdlib/source/program/aedifex/repository/identity.lux +++ b/stdlib/source/program/aedifex/repository/identity.lux @@ -38,7 +38,7 @@  (def: .public (basic_auth user password)    (-> User Password Text) -  (let [credentials (\ utf8.codec encode (format user ":" password))] +  (let [credentials (\ utf8.codec encoded (format user ":" password))]      (|> (java/util/Base64::getEncoder)          (java/util/Base64$Encoder::encodeToString credentials)          (format "Basic ")))) | 
