Verified Commit 24b99059 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Orchestrator) - url is being sent properly

save commit - change of the token generation.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -331,7 +331,7 @@ class Reminder implements EndpointInterface
*/
private function base64urlEncode (string $text): string
{
return str_replace(["+", "/", "="], ["-", "_", ""], base64_encode($text));
return str_replace(["+", "/", "="], ["A", "B", ""], base64_encode($text));
}
/**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment