Commit ff0b9fe

mo <mo.khan@gmail.com>
2017-11-26 19:49:42
display request is available.
1 parent dc5a4c0
Changed files (1)
app
views
app/views/sessions/new.html.erb
@@ -12,7 +12,7 @@
         <%= form.button t('.login'), type: 'submit', class: 'btn btn-primary', data: { disable_with: t('.loading') } %>
       <% end %>
 
-      <%= debug @saml_request.to_xhtml %>
+      <%= debug @saml_request.try(:to_xhtml) %>
     </div>
   </div>
 </div>