mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
Clear passwordEdit on logout in SpotifyAccount
This commit is contained in:
@@ -163,6 +163,7 @@ SpotifyAccountConfig::doLogin()
|
|||||||
m_loggedInManually = true;
|
m_loggedInManually = true;
|
||||||
m_verifiedUsername.clear();
|
m_verifiedUsername.clear();
|
||||||
m_ui->playlistList->clear();
|
m_ui->playlistList->clear();
|
||||||
|
m_ui->passwordEdit->clear();
|
||||||
emit logout();
|
emit logout();
|
||||||
showLoggedOut();
|
showLoggedOut();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user