feat: Add google authentication package, cleanup old code (#7496)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { ModuleProviderExports } from "@medusajs/types"
|
||||
import { GoogleAuthService } from "./services/google"
|
||||
|
||||
const services = [GoogleAuthService]
|
||||
|
||||
const providerExport: ModuleProviderExports = {
|
||||
services,
|
||||
}
|
||||
|
||||
export default providerExport
|
||||
Reference in New Issue
Block a user