Skip to content

Commit 9163a08

Browse files
authored
feat: add login alternative key
1 parent 59ce3aa commit 9163a08

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- `vtex.store` signature to accept `vtex.login-alternative-key:login-content`
13+
1014
## [2.143.0] - 2025-09-24
1115

1216
### Added
@@ -139,7 +143,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
139143
### Fixed
140144

141145
- Include `_q` query parameter in search page canonical URLs
142-
- Provide `meta.canonical` prop to `SearchOpenGraph` component, to ensure `og:url` and canonical are consistent
146+
- Provide `meta.canonical` prop to `SearchOpenGraph` component, to ensure `og:url` and canonical are consistent
143147

144148
## [2.127.1] - 2022-10-06
145149

manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"vtex.pixel-interfaces": "1.x",
2222
"vtex.search-result": "3.x",
2323
"vtex.login": "2.x",
24+
"vtex.login-alternative-key": "1.x",
2425
"vtex.my-account": "1.x",
2526
"vtex.pixel-manager": "1.x",
2627
"vtex.product-context": "0.x",

store/interfaces.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"store.login": {
46-
"required": ["login-content"],
46+
"allowed": ["vtex.login:login-content", "vtex.login-alternative-key:login-content"],
4747
"preview": {
4848
"type": "spinner",
4949
"height": 600

0 commit comments

Comments
 (0)