Show UI errors in info line again

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-02-12 11:20:54 +01:00
parent 32d5330efb
commit 01dcfa207e
3 changed files with 48 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ pub fn authenticate(allocator: std.mem.Allocator, log_file: *LogFile, options: A
try log_file.info("auth/passwd", "setting user shell", .{});
if (user_entry.shell == null) interop.setUserShell(&user_entry);
var shared_err = try SharedError.init();
var shared_err = try SharedError.init(null, null);
defer shared_err.deinit();
log_file.deinit();