Skip to content

Commit

Permalink
Fix crash: web flow credential dialog is deleted when closing it.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Aug 6, 2024
1 parent 5edd7a2 commit bff178f
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 bff178f

Please sign in to comment.