Merge branch 'feature/jobs' into 'develop'
[akkoma] / lib / pleroma / web / templates / o_auth / o_auth / show.html.eex
index de2241ec91dd283d38baf7d0d5db3b49d8c1d2ce..32c458f0c4676e8d4986d40c69797c8d406b344b 100644 (file)
@@ -1,5 +1,9 @@
+<%= if get_flash(@conn, :info) do %>
 <p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p>
+<% end %>
+<%= if get_flash(@conn, :error) do %>
 <p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p>
+<% end %>
 <h2>OAuth Authorization</h2>
 <%= form_for @conn, o_auth_path(@conn, :authorize), [as: "authorization"], fn f -> %>
 <%= label f, :name, "Name or email" %>