aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-28 13:41:11 +0900
committernsfisis <nsfisis@gmail.com>2024-07-28 13:42:58 +0900
commitac732635747828dbe20c657362eba10840a039d2 (patch)
tree05f880379b2aa4c07dde5fc666eec8af7c3ab327 /frontend
parent456be68ca2344e1feb11a119053ab862848971af (diff)
downloadiosdc-japan-2024-albatross-ac732635747828dbe20c657362eba10840a039d2.tar.gz
iosdc-japan-2024-albatross-ac732635747828dbe20c657362eba10840a039d2.tar.zst
iosdc-japan-2024-albatross-ac732635747828dbe20c657362eba10840a039d2.zip
refactor: change JwtPayload type
Diffstat (limited to 'frontend')
-rw-r--r--frontend/app/.server/api/schema.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/.server/api/schema.d.ts b/frontend/app/.server/api/schema.d.ts
index 5219ac8..5027bb0 100644
--- a/frontend/app/.server/api/schema.d.ts
+++ b/frontend/app/.server/api/schema.d.ts
@@ -76,7 +76,7 @@ export interface components {
/** @example John Doe */
display_name: string;
/** @example /images/john.jpg */
- icon_path?: string | null;
+ icon_path?: string;
/** @example false */
is_admin: boolean;
};