[users] **keep** the create users job

- need to add the job to the list rather than just leaking it
main
Adriaan de Groot 4 years ago
parent cac3e042d8
commit 03871db597

@ -131,6 +131,7 @@ UsersViewStep::onLeave()
m_config->fullName().isEmpty() ? m_config->loginName() : m_config->fullName(),
m_config->doAutoLogin(),
m_config->defaultGroups() );
m_jobs.append( Calamares::job_ptr( j ) );
j = new SetPasswordJob( m_config->loginName(), m_config->userPassword() );
m_jobs.append( Calamares::job_ptr( j ) );

Loading…
Cancel
Save