wizard: Fix mixup of sasl username and password

This commit is contained in:
Valentin Lorentz 2022-02-03 19:56:59 +01:00
parent 0ed743bb8e
commit 498290f1cd
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ def main():
if not password:
if yn('Missing password. Do you want to try again?'):
continue
network.sasl.username.set(password)
network.sasl.username.set(username)
network.sasl.password.set(password)
break