mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2026-01-13 00:27:20 +08:00
feat: add optional github_id field to pb User
This commit is contained in:
@@ -4,6 +4,7 @@ export interface User {
|
||||
id: string
|
||||
username: string
|
||||
email: string
|
||||
github_id?: string
|
||||
admin?: boolean
|
||||
avatar?: string
|
||||
created: string
|
||||
|
||||
Reference in New Issue
Block a user