projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into notes
[rails.git]
/
app
/
views
/
oauth
/
authorize_success.html.erb
1
<h1>You have allowed this request</h1>
2
3
<% if @token.oob? and not @token.oauth10? %>
4
<p>The verification code is <%= @token.verifier %></p>
5
<% end %>