srctree
repos
owner
network
issues
0
diffs
0
Public
Gregory Mullen
parent
cd9fe8ab
9270b0a5
minimal comment for auth user
src/auth/user.zig
added: 3, removed: 1, total 2
@@ -1,3 +1,5 @@
//! This is a default User provided by Verse. This is almost certainly not what
//! you want.
pub const User = @This();
username: []const u8 = "invalid username",