-<h1>You have allowed this request</h1>
\ No newline at end of file
+<% content_for :heading do %>
+ <h1>You have allowed this request</h1>
+<% end %>
+
+<% if @token.oob? and not @token.oauth10? %>
+<p>The verification code is <%= @token.verifier %></p>
+<% end %>