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

Commit

Permalink
ValidateToken always true
Browse files Browse the repository at this point in the history
return true;
  • Loading branch information
PilotMatt committed Mar 14, 2024
1 parent 92924bb commit 3ef7d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/Utils/PrintagoServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,7 @@ void PrintagoDirector::RemoveMergedProcessOverrideConfig()

bool PrintagoDirector::ValidateToken(const std::string& token, const std::string& url_base)
{
return true;

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

0 comments on commit 3ef7d8b

Please sign in to comment.