Create action_fallback for username/password incorrect input
[akkoma] / lib / pleroma / web / templates / o_auth / o_auth / show.html.eex
index 3c6903a16c775522873f17f6cae0ba93cf7f6c93..a7fa7523b80fc00a3feffe4777a4a472a6ea1869 100644 (file)
@@ -1,3 +1,5 @@
+<p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p>
+<p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p>
 <h2>OAuth Authorization</h2>
 <%= form_for @conn, o_auth_path(@conn, :authorize), [as: "authorization"], fn f -> %>
 <%= label f, :name, "Name" %>