[displaymanager] Fix mismatch in spelling of "autologinUser"
In 4ffa79d4cf
, the spelling
was changed to consistently be "autoLoginUser" in the *users*
module, but that changed the Global Storage key as well,
and the *displaymanager* module wasn't changed to follow.
This commit is contained in:
parent
d19c3b5458
commit
9d4c2bf1c7
@ -954,7 +954,7 @@ def run():
|
||||
else:
|
||||
enable_basic_setup = False
|
||||
|
||||
username = libcalamares.globalstorage.value("autologinUser")
|
||||
username = libcalamares.globalstorage.value("autoLoginUser")
|
||||
if username is not None:
|
||||
do_autologin = True
|
||||
libcalamares.utils.debug("Setting up autologin for user {!s}.".format(username))
|
||||
|
Loading…
Reference in New Issue
Block a user