fancy-salesclerk-15819
10/06/2022, 10:18 AMproud-plumber-24205
10/06/2022, 10:52 AMchilly-sandwich-92462
10/06/2022, 11:21 AMconst oryClient = this.oryService.getClient();
const {
data: { id: verificationFlow },
} = await oryClient.initializeSelfServiceVerificationFlowWithoutBrowser();
await oryClient.submitSelfServiceVerificationFlow(verificationFlow, {
email: email,
method: 'link',
});
fancy-salesclerk-15819
10/06/2022, 11:57 AM