5 lines
126 B
Text
5 lines
126 B
Text
<h1>You have allowed this request</h1>
|
|
|
|
<% if @token.oob? %>
|
|
<p>The verification code is <%= @token.verifier %></p>
|
|
<% end %>
|