Fix typescript syntax
This commit is contained in:
parent
c1e45c4a30
commit
1eab957d85
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue