public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Show app password for last logins
e9414d17
data/web/js/site/user.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Diff
diff --git a/data/web/js/site/user.js b/data/web/js/site/user.js
index d7625151..145c9cdb 100644
--- a/data/web/js/site/user.js
+++ b/data/web/js/site/user.js
@@ -105,10 +105,9 @@ jQuery(function($){
$(".last-sasl-login").append(`
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto d-flex flex-column">
- <div class="fw-bold">` + real_rip + `</div>
- <small class="fst-italic mt-2">` + service + ` ` + local_datetime + `</small>
+ <div class="fw-bold">` + real_rip + ip_location + `</div>
+ <small class="fst-italic mt-2">` + service + ` ` + local_datetime + `</small>` + app_password + `
</div>
- <span>` + ip_location + `</span>
</li>
`);
})