diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-04 10:44:22 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-04 10:44:22 -0800 |
| commit | 945bf269d7b0c8f8b5245475398694378b74b25f (patch) | |
| tree | 2a6a235f021145b839078513d47fe64cae6511cd /frontend/src/utils/authApi.ts | |
| parent | 732f3873354863a4dec591d4d6a425edb7b47c61 (diff) | |
add bio for profile page
Diffstat (limited to 'frontend/src/utils/authApi.ts')
| -rw-r--r-- | frontend/src/utils/authApi.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
