Returns
linkEmail()
Parameters
| Parameter | Type |
|---|---|
email | string |
Returns
Promise<{
flowId: string;
message: string;
}>function useLinkEmail(): {
linkEmail: (email: string) => Promise<{
flowId: string;
message: string;
}>;
};
{
linkEmail: (email: string) => Promise<{
flowId: string;
message: string;
}>;
}
linkEmail: (email: string) => Promise<{
flowId: string;
message: string;
}>;
| Parameter | Type |
|---|---|
email | string |
Promise<{
flowId: string;
message: string;
}>Was this page helpful?