Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
820
Merge Requests
51
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
dcc188aa
Commit
dcc188aa
authored
10 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(chore): Remove unused comments
parent
427ad6f4
goal/pro-sso
1 merge request
!656
SSO for Pro sites
Pipeline
#97099381
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/app/common/services/sso.service.ts
View file @
dcc188aa
...
...
@@ -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`
,
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment