diff --git a/src/modules/auth_utils.fnl b/src/modules/auth_utils.fnl index 6f95d39..3afc82e 100644 --- a/src/modules/auth_utils.fnl +++ b/src/modules/auth_utils.fnl @@ -36,7 +36,7 @@ Compares `password` to the current valid TOTP (generated with config.auth_secret (let [totp_url (totp:get_url "simple-shortener" "User") qr (qrprinter.encode_string totp_url)] (print "TOTP configuration:") - (qrprinter.print_qr qr))) + (qrprinter.print_qr_utf8 qr))) ;; -------------------------------------------------------------------------- ;; ;; Return module