Skip to content

Commit

Permalink
fix crash when executing web flow login v2 process
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Jun 11, 2024
1 parent 555d400 commit 367348f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/creds/webflowcredentials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ void WebFlowCredentials::slotAskFromUserCredentialsProvided(const QString &user,
emit asked();

_askDialog->close();
_askDialog->deleteLater();
_askDialog = nullptr;
}

Expand Down

0 comments on commit 367348f

Please sign in to comment.