summaryrefslogtreecommitdiff
path: root/views/login.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-12-14 16:40:18 +0100
committermr <mr@mrautenberg.de>2010-12-14 16:40:18 +0100
commitc5d85910256c699ea9dedc96614f342b807b023e (patch)
tree27aac93011f3a727972431d4e83b056c135efcb5 /views/login.haml
parent5a01f50477e3fecd5921a8686c80045dbfcf799d (diff)
rename token_id to subjectid
Diffstat (limited to 'views/login.haml')
-rw-r--r--views/login.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/login.haml b/views/login.haml
index 4f45de3..747430e 100644
--- a/views/login.haml
+++ b/views/login.haml
@@ -26,7 +26,7 @@
%b= session[:username]
- if LOGGER.level == Logger::DEBUG
%br
- = session[:token_id]
+ = session[:subjectid]
%input{ :type => "submit", :value => "Logout"}
= link_to "Cancel", '/login'
- \ No newline at end of file
+