summaryrefslogtreecommitdiff
path: root/example/views/authenticate.erb
blob: a6bf80de616c9f6e4ae2e8bf5d27406d82c210aa (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<% if @auth[:M2] %>
  <M><%="%x" % [@auth[:M2]]%></M>
<% end %>
<% if @auth[:error] %>
  <error><%=@auth[:error]%></error>
<% end %>