From 945bf269d7b0c8f8b5245475398694378b74b25f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 4 Nov 2025 10:44:22 -0800 Subject: add bio for profile page --- frontend/src/utils/authApi.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/utils') diff --git a/frontend/src/utils/authApi.ts b/frontend/src/utils/authApi.ts index 1d6cc70..1dac129 100644 --- a/frontend/src/utils/authApi.ts +++ b/frontend/src/utils/authApi.ts @@ -156,6 +156,7 @@ export interface User { username: string; email: string; isAdmin: boolean; + bio?: string; } export interface SessionResponse { -- cgit v1.2.3