1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

print username, pass in userpass_session example

This commit is contained in:
renerocksai 2025-03-16 16:18:03 +01:00
parent ab42f971a0
commit a63e47ea3d
No known key found for this signature in database

View file

@ -157,6 +157,8 @@ pub fn main() !void {
defer authenticator.deinit();
std.debug.print("Visit me on http://127.0.0.1:3000\n", .{});
std.debug.print(" Username: zap", .{});
std.debug.print(" Password: awesome", .{});
// start worker threads
zap.start(.{