From 68f3941b17ce80f486d9dbaedbe3b4aa8746dff8 Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 21 Apr 2026 21:31:17 +0500 Subject: token null handling --- backend/src/Authentication/Tokens.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/src/Authentication') diff --git a/backend/src/Authentication/Tokens.zig b/backend/src/Authentication/Tokens.zig index a20c200..c713635 100644 --- a/backend/src/Authentication/Tokens.zig +++ b/backend/src/Authentication/Tokens.zig @@ -8,7 +8,7 @@ const token_ttl: u16 = 43_200; // 12 hours var prng: std.Random.DefaultPrng= undefined; var rnd: std.Random = undefined; -const errors = error { +pub const errors = error { NotFound, }; -- cgit v1.3