upd
This commit is contained in:
@ -12,7 +12,7 @@ import { NewsApi } from "../slice/NewsApi";
|
||||
export type AuthDataType = {
|
||||
token: string | null;
|
||||
clientId: string | null;
|
||||
user: { name: string | null; username: string } | null;
|
||||
user: { id: string | null; name: string | null; username: string } | null;
|
||||
};
|
||||
|
||||
const initialAuthDataState: AuthDataType = {
|
||||
|
||||
Reference in New Issue
Block a user