Implement logout
This commit is contained in:
@@ -17,7 +17,7 @@ export interface State {
|
||||
fullScreen: boolean,
|
||||
routeLoading:boolean,
|
||||
menuVisible: boolean,
|
||||
userPackages: IPackages
|
||||
userPackages: IPackages,
|
||||
}
|
||||
|
||||
export const initialState: State = {
|
||||
|
Reference in New Issue
Block a user