feat: add optional github_id field to pb User

This commit is contained in:
Thomas Camlong
2026-01-08 13:00:27 +01:00
parent 077955a6ee
commit c9606f7e0a

View File

@@ -4,6 +4,7 @@ export interface User {
id: string
username: string
email: string
github_id?: string
admin?: boolean
avatar?: string
created: string