You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreUtils::log("AuthSync manager", "Master password is not set. Could not import auth config." );
34
+
CoreUtils::log("AuthSync manager", "Master password is not set. Could not import auth config." );
35
35
QString userMsg = "Could not import authentication configuration for the protected layer(s). Set the master password and reload the project if you want to access the protected layer(s).";
36
36
QMessageBox::warning( nullptr, "Could not load protected layer", userMsg, QMessageBox::Close );
0 commit comments