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:
parent
ab42f971a0
commit
a63e47ea3d
1 changed files with 2 additions and 0 deletions
|
@ -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(.{
|
||||
|
|
Loading…
Add table
Reference in a new issue