summaryrefslogtreecommitdiff
path: root/pages/account.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/account.inc')
-rw-r--r--pages/account.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/account.inc b/pages/account.inc
index c1c5d52..4107f8f 100644
--- a/pages/account.inc
+++ b/pages/account.inc
@@ -9,6 +9,19 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?>
<div class="container">
<div id="page-content">
<h2>Account and security</h2>
+ <br>
+
+ <div class="list-group">
+ <a href="/-/sessions" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;">
+ <img src="<?= icon('session_manager', null, true) ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Logged in devices</div>
+ </a>
+ <a href="/-/pair" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;">
+ <img src="<?= icon('pair', null, true) ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Pair new device</div>
+ </a>
+ <a href="/-/logout" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;">
+ <img src="<?= icon('logout', null, true) ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Logout</div>
+ </a>
+ </div>
</div>
</div>