mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +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