From 865e27c1258f9f4c9b62a6ca5484ff0a300bb692 Mon Sep 17 00:00:00 2001 From: Ilan Date: Sun, 8 Sep 2013 07:17:29 -0400 Subject: [PATCH] Update show.html.erb --- app/views/devise/two_factor_authentication/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/two_factor_authentication/show.html.erb b/app/views/devise/two_factor_authentication/show.html.erb index 32ce38b..c373ceb 100644 --- a/app/views/devise/two_factor_authentication/show.html.erb +++ b/app/views/devise/two_factor_authentication/show.html.erb @@ -7,4 +7,4 @@ <%= submit_tag "Submit" %> <% end %> -<%= link_to "Sign out", destroy_user_session_path, :method => :delete %> +<%= link_to "Sign out", destroy_admin_user_session_path, :method => :delete %>