refactor(auth): rename id to uuid in AuthStatus and mock uuid in tests
This commit is contained in:
@@ -13,7 +13,7 @@ export interface RegisterPayload {
|
||||
export interface AuthStatus {
|
||||
isAuthenticated: boolean;
|
||||
user: null | {
|
||||
id: string;
|
||||
uuid: string;
|
||||
username: string;
|
||||
displayName?: string;
|
||||
avatarUrl?: string;
|
||||
|
||||
Reference in New Issue
Block a user