Skip to content
Snippets Groups Projects
Commit 82b5ec8f authored by Дмитрий Коваленок's avatar Дмитрий Коваленок
Browse files

removing ./lib/redmine_omniauth_google

parent 0912fc12
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment