Add a profile page (#1400)

This commit is contained in:
Zoe Roux
2026-03-29 00:00:14 +01:00
committed by GitHub
parent 045cf0196b
commit 01a3068efa
10 changed files with 260 additions and 19 deletions
+1 -1
View File
@@ -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" })),
}),