mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-06 04:18:36 -06:00
Remove more warnings on Jenkins
This commit is contained in:
@@ -81,7 +81,7 @@ void AuthorizationTopic::handleJson(const nlohmann::json& json) {
|
||||
);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
bool AuthorizationTopic::authorize(const std::string& key) {
|
||||
_isAuthenticated = (key == OsEng.configuration().serverPasskey);
|
||||
|
||||
Reference in New Issue
Block a user