's'
This commit is contained in:
@@ -8,7 +8,11 @@ type LoginModalProps = {
|
||||
open: boolean;
|
||||
onClose: () => void;
|
||||
onVerify: (userId: string) => Promise<boolean>;
|
||||
onVerifyByEmail?: (email: string, password: string) => Promise<boolean>;
|
||||
onVerifyByEmail?: (
|
||||
email: string,
|
||||
password: string,
|
||||
user_id?: string
|
||||
) => Promise<boolean | { ok: boolean; error?: string }>;
|
||||
onSuccess: () => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user