Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jan 16, 2009
1 parent 7d0e0d5 commit 0fdf1fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/AuthMitEdu/View.pm
Expand Up @@ -37,12 +37,12 @@ template 'index.html' => page {
label => 'Doxory');
outs(") Enter ");

my $u = Jifty->web->current_user->username;
if ($u) {
tt{"http://auth.mit.edu/$u"};
} else {
tt{"http://auth.mit.edu/your_username_here"};
}
my $u = Jifty->web->current_user->user_object->username;
if ($u) {
tt{"http://auth.mit.edu/$u"};
} else {
tt{"http://auth.mit.edu/your_username_here"};
}

outs(q{ into the OpenID login box. If your browser has MIT
certificates installed, you should be prompted if you want to
Expand Down

0 comments on commit 0fdf1fc

Please sign in to comment.