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