diff options
Diffstat (limited to 'app/acf-util/logon-status-html.lsp')
-rw-r--r-- | app/acf-util/logon-status-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/acf-util/logon-status-html.lsp b/app/acf-util/logon-status-html.lsp index 072051d..661b588 100644 --- a/app/acf-util/logon-status-html.lsp +++ b/app/acf-util/logon-status-html.lsp @@ -4,5 +4,5 @@ --]] ?> <h1>User Status </h1> <p> Below is your current Session id <p> -<?= view.sessionid ?> -<p>You are currently known to the system as <?= view.username ?>.</p> +<?= view.value.sessionid.value ?> +<p>You are currently known to the system as <?= view.value.username.value ?>.</p> |