Browse Source

FIX

tags/v1
Jasder 6 years ago
parent
commit
8ccdbc0a77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/concerns/login_helper.rb

+ 1
- 1
app/controllers/concerns/login_helper.rb View File

@@ -6,7 +6,7 @@ module LoginHelper
end

def autologin_cookie_name
edu_setting('autologin_cookie_name').presence || 'autologin_trustie'
edu_setting('autologin_cookie_name').presence || 'autologin'
end

def set_autologin_cookie(user)


Loading…
Cancel
Save