Commit 9b86a5e1 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix code review

parent cdb726ce
......@@ -25,7 +25,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController
def deny
delete_chat_name_token
flash[:alert] = "Denied authorization of chat nickname #{chat_name_params[:user_name]}"
flash[:notice] = "Denied authorization of chat nickname #{chat_name_params[:user_name]}."
redirect_to profile_chat_names_path
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment