Skip to content

Commit

Permalink
fixing missing auth dialog call
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jan 28, 2025
1 parent 50e7b68 commit 53771ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/merginapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3971,7 +3971,8 @@ void MerginApi::reloadProjectRole( const QString &projectFullName )
return;
}

QNetworkReply *reply = getProjectInfo( projectFullName );
bool withAuth = false; // we might be logging out and that would trigger missing auth dialog
QNetworkReply *reply = getProjectInfo( projectFullName, withAuth );
if ( !reply )
return;

Expand Down

1 comment on commit 53771ec

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 25.1.700811 just submitted!

Please sign in to comment.