Improve authentication logging

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-01-31 11:46:55 +01:00
parent 2e04ea4d79
commit b672d04dc6
2 changed files with 38 additions and 8 deletions

View File

@@ -989,7 +989,7 @@ pub fn main() !void {
update = true;
},
termbox.TB_KEY_ENTER => authenticate: {
try log_file.info("auth", "authenticating...", .{});
try log_file.info("auth", "starting authentication", .{});
if (!config.allow_empty_password and password.text.items.len == 0) {
// Let's not log this message for security reasons