docs: add more clarification to reset password in API reference (#11695)

This commit is contained in:
Shahed Nasser
2025-03-03 18:09:03 +02:00
committed by GitHub
parent 92514885e4
commit 40a9cffb34
11 changed files with 58 additions and 27 deletions
@@ -65,7 +65,7 @@ export default async function resetPasswordTokenHandler({
const urlPrefix = actor_type === "customer" ?
"https://storefront.com" :
"https://admin.com"
"https://admin.com/app"
await notificationModuleService.createNotifications({
to: email,