Commit dcc188aa authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Remove unused comments

1 merge request!656SSO for Pro sites
Pipeline #97099381 running with stages
......@@ -34,7 +34,6 @@ export class SsoService {
);
if (connect && connect.token && connect.status === 'success') {
// TODO: Use headers
const authorization: any = await this.client.post(
'api/v2/sso/authorize',
{
......@@ -56,7 +55,6 @@ export class SsoService {
const connect: any = await this.client.post('api/v2/sso/connect');
if (connect && connect.token && connect.status === 'success') {
// TODO: Use headers
await this.client.postRaw(
`${this.minds.site_url}api/v2/sso/authorize`,
{
......
Please register or to comment