From cf91063315634179344ab54fa6facb863af8707e Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 14 Dec 2021 16:40:15 -0600 Subject: [PATCH] #9 - show app password use date in profile --- app/assets/app/dash/profile/EditProfile.component.js | 6 +++++- app/controllers/api/v1/Password.controller.js | 1 + app/models/auth/AppPassword.model.js | 1 + app/models/auth/User.model.js | 6 +++++- locale/en_US/common.locale.js | 1 + locale/en_US/profile.locale.js | 1 + 6 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/assets/app/dash/profile/EditProfile.component.js b/app/assets/app/dash/profile/EditProfile.component.js index f7d349c..603cd67 100644 --- a/app/assets/app/dash/profile/EditProfile.component.js +++ b/app/assets/app/dash/profile/EditProfile.component.js @@ -131,6 +131,7 @@ const template = `
{{ pw.name }}
{{ t['profile.issued'] }} {{ pw.created }} +   |   {{ t['profile.accessed'] }} {{ pw.accessed || t['common.never'] }}