mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-28 01:52:27 -04:00
Add a profile page (#1400)
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ const User = t.Object({
|
||||
oidc: t.Record(
|
||||
t.String(),
|
||||
t.Object({
|
||||
id: t.String({ format: "uuid" }),
|
||||
id: t.String(),
|
||||
username: t.String(),
|
||||
profileUrl: t.Nullable(t.String({ format: "url" })),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user