Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
no auth
Browse files Browse the repository at this point in the history
  • Loading branch information
PilotMatt committed Mar 25, 2024
1 parent 59daa30 commit eb6f49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slic3r/Utils/PrintagoServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1543,9 +1543,9 @@ void PrintagoDirector::RemoveMergedProcessOverrideConfig()

bool PrintagoDirector::ValidateToken(const std::string& token, const std::string& url_base)
{
#if !BBL_RELEASE_TO_PUBLIC
//REMOVE FOR PRODUCTION PRINTAGO
return true;
#endif

std::string url = url_base + "/api/slicer-tokens/" + token;
bool isValid = false;

Expand Down

0 comments on commit eb6f49c

Please sign in to comment.