diff --git a/vendor/magento/module-user/view/adminhtml/email/password_reset_confirmation.html b/vendor/magento/module-user/view/adminhtml/email/password_reset_confirmation.html
index 374713cad91..dafab374011 100644
--- a/vendor/magento/module-user/view/adminhtml/email/password_reset_confirmation.html
+++ b/vendor/magento/module-user/view/adminhtml/email/password_reset_confirmation.html
@@ -20,7 +20,7 @@
 
 {{trans "If you requested this change, reset your password here:"}}
 
-{{store url="admin/auth/resetpassword/" _query_id=$user.user_id _query_token=$user.rp_token _nosid=1}}
+{{store url="admin/auth/resetpassword/" _type="web" _query_id=$user.user_id _query_token=$user.rp_token _nosid=1 }}
 
 {{trans "If you did not make this request, you can ignore this email and your password will remain the same."}}
 
