This commit is contained in:
Jasder 2020-04-16 21:02:59 +08:00
parent d448bec787
commit 8ccdbc0a77
1 changed files with 1 additions and 1 deletions

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)