From c9606f7e0a6b50da2871ea6ae8a20c0f4c661836 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 8 Jan 2026 13:00:27 +0100 Subject: [PATCH] feat: add optional github_id field to pb User --- web/src/lib/pb.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/pb.ts b/web/src/lib/pb.ts index cb6b60d2..c095ce3e 100644 --- a/web/src/lib/pb.ts +++ b/web/src/lib/pb.ts @@ -4,6 +4,7 @@ export interface User { id: string username: string email: string + github_id?: string admin?: boolean avatar?: string created: string