[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:
Adriaan de Groot 2021-03-29 10:30:56 +02:00
parent d19c3b5458
commit 9d4c2bf1c7

View File

@ -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))