mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
fix: when auth is disabled, the users entity doesn't exist
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Button } from "../buttons/Button";
|
||||
|
||||
type EmptyProps = {
|
||||
export type EmptyProps = {
|
||||
Icon?: any;
|
||||
title?: string;
|
||||
description?: string;
|
||||
|
||||
Reference in New Issue
Block a user