Remove irrelevant FIXME comment
This commit is contained in:
parent
b1e0b70833
commit
80baecf088
@ -242,8 +242,7 @@ void YggdrasilStep::processResponse(QJsonObject responseData)
|
|||||||
m_data->yggdrasilToken.validity = Validity::Certain;
|
m_data->yggdrasilToken.validity = Validity::Certain;
|
||||||
m_data->yggdrasilToken.issueInstant = QDateTime::currentDateTimeUtc();
|
m_data->yggdrasilToken.issueInstant = QDateTime::currentDateTimeUtc();
|
||||||
|
|
||||||
// Get UUID here since we need it for later
|
// Select a profile
|
||||||
// FIXME: Here is a simple workaround for now,, which uses the first available profile when selectedProfile is not provided
|
|
||||||
auto profile = responseData.value("selectedProfile");
|
auto profile = responseData.value("selectedProfile");
|
||||||
if (profile.isObject()) {
|
if (profile.isObject()) {
|
||||||
m_didSelectProfile = false;
|
m_didSelectProfile = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user