feat(admin-next): Email password invite flow in admin 2.0 (#6821)

This commit is contained in:
Oli Juhl
2024-03-29 08:05:11 +01:00
committed by GitHub
parent 45c49e89f2
commit d97af91a8d
15 changed files with 453 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
import { StepResponse, createStep } from "@medusajs/workflows-sdk"
import { IAuthModuleService } from "@medusajs/types"
import { ModuleRegistrationName } from "@medusajs/modules-sdk"
import { IAuthModuleService } from "@medusajs/types"
import { isDefined } from "@medusajs/utils"
type StepInput = {