Skip to content

Commit 1de146a

Browse files
committed
linting
1 parent 8923560 commit 1de146a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/app-development/extension-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For older versions of the starter kit, check if your code is adapted as follows:
6767
"magento/commerce-backend-sdk": "3.0.0 as 2.0.0"
6868
```
6969
70-
- &#8203;<Edition name="saas" /> The Admin UI SDK and IMS modules are already configured. The [Admin interface](../admin-ui-sdk/configuration.md) works the same as it does in PaaS. To enable Adobe authentication for actions called by the SPA, you can obtain IMS tokens that work in both PaaS and SaaS by using the following.
70+
- &#8203;<Edition name="saas" /> The Admin UI SDK and IMS modules are already configured. The [Admin interface](../admin-ui-sdk/configuration.md) works the same as it does in PaaS. To enable Adobe authentication for actions called by the SPA, you can obtain IMS tokens that work in both PaaS and SaaS by using the following.
7171
7272
```javascript
7373
if (props.ims?.token) {

0 commit comments

Comments
 (0)