summaryrefslogtreecommitdiff
path: root/backend/src/Authentication/Tokens.zig
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/Authentication/Tokens.zig')
-rw-r--r--backend/src/Authentication/Tokens.zig2
1 files changed, 1 insertions, 1 deletions
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,
};