mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
clear clipboard after pasting login code
This commit is contained in:
parent
9bb7a3fa74
commit
ebbe8dcfae
|
@ -103,6 +103,8 @@ BasicLoginWidget::BasicLoginWidget()
|
||||||
}
|
}
|
||||||
|
|
||||||
LogInWithCredentials(userID, username, clientID, oauthToken);
|
LogInWithCredentials(userID, username, clientID, oauthToken);
|
||||||
|
|
||||||
|
clipboard->clear();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue