Project

General

Profile

Download (347 Bytes) Statistics
| Branch: | Tag: | Revision:
module ExternalLogoutHelper
def external_logout_props
{
caption: Setting.replace_keywords(Setting[:login_text]),
logoSrc: image_path("login_logo.png"),
submitLink: extlogin_users_path,
backgroundUrl: nil,
}
end

def mount_external_logout
react_component('ExternalLogout', external_logout_props)
end
end
(19-19/56)