Fix typescript syntax
This commit is contained in:
@@ -24,7 +24,7 @@ import { useRecaptcha } from "../auth/useRecaptcha";
|
|||||||
|
|
||||||
export interface UseRegisterPasswordlessUserType {
|
export interface UseRegisterPasswordlessUserType {
|
||||||
privacyPolicyUrl: string;
|
privacyPolicyUrl: string;
|
||||||
registerPasswordlessUser: (string) => Promise<void>;
|
registerPasswordlessUser: (displayName: string) => Promise<void>;
|
||||||
recaptchaId: string;
|
recaptchaId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user