feat: add public URL endpoint and update user type to include password status
This commit is contained in:
1
frontend/src/app.d.ts
vendored
1
frontend/src/app.d.ts
vendored
@@ -15,6 +15,7 @@ declare global {
|
||||
profile_pic: string | null;
|
||||
uuid: string;
|
||||
public_profile: boolean;
|
||||
has_password: boolean;
|
||||
} | null;
|
||||
locale: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user