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