Skip to content

Commit

Permalink
Add device activity overview on account page. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbermichi authored May 4, 2023
1 parent 7ef0c70 commit 7985f9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theme/account/resources/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"modulePath": "/content/signingin-page/SigningInPage.js",
"componentName": "SigningInPage"
},
{
"id": "device-activity",
"path": "security/device-activity",
"label": "deviceActivitySidebarTitle",
"modulePath": "/content/device-activity-page/DeviceActivityPage.js",
"componentName": "DeviceActivityPage"
},
{
"id": "linked-accounts",
"path": "security/linked-accounts",
Expand Down

0 comments on commit 7985f9f

Please sign in to comment.