diff --git a/lib/redmine_omniauth_google/hooks/view_account_login_bottom_hook.rb b/lib/redmine_omniauth_google/hooks/view_account_login_bottom_hook.rb deleted file mode 100644 index 975f808d214af8127910374f9dfdef900b9c6dbf..0000000000000000000000000000000000000000 --- a/lib/redmine_omniauth_google/hooks/view_account_login_bottom_hook.rb +++ /dev/null @@ -1,14 +0,0 @@ -module RedmineOmniauthGoogle - module Hooks - class ViewAccountLoginBottomHook < Redmine::Hook::ViewListener - # def view_account_login_bottom context = {} - # context[:controller].send(:render_to_string, { - # partial: "hooks/redmine_omniauth_google/view_account_login_bottom", - # locals: context - # }) - # end - render_on :view_account_login_bottom, - partial: "hooks/redmine_omniauth_google/view_account_login_bottom" - end - end -end \ No newline at end of file