mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix: when auth is disabled, the users entity doesn't exist
This commit is contained in:
7
app/src/ui/components/display/Message.tsx
Normal file
7
app/src/ui/components/display/Message.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Empty, type EmptyProps } from "./Empty";
|
||||
|
||||
const NotFound = (props: Partial<EmptyProps>) => <Empty title="Not Found" {...props} />;
|
||||
|
||||
export const Message = {
|
||||
NotFound
|
||||
};
|
||||
Reference in New Issue
Block a user