fix: when auth is disabled, the users entity doesn't exist

This commit is contained in:
dswbx
2024-11-21 08:23:16 +01:00
parent 4e7c1e6e9f
commit 0df5c761ec
14 changed files with 212 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
import { Button } from "../buttons/Button";
type EmptyProps = {
export type EmptyProps = {
Icon?: any;
title?: string;
description?: string;