diff --git a/public/js/app.js b/public/js/app.js
index 6d65067..30126cb 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -598,6 +598,8 @@ class AccountManager {
Owner |
Username |
Service |
+ Created Date |
+ Last Updated |
Actions |
@@ -608,6 +610,8 @@ class AccountManager {
const displayAccountUsername = isOwnAccount
? accountUsername
: this.maskForeignAccountUsername(accountUsername);
+ const createdDate = this.formatDateTime(acc.CreatedDate);
+ const updatedDate = this.formatDateTime(acc.UpdatedDate);
const actionContent = isOwnAccount
? `