Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
1e73bd34
Commit
1e73bd34
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #13268 TIME 0:05 fix admin sso
parent
08be3438
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/frontend/app/administration/connection/sso/sso-administration.component.ts
+1
-1
1 addition, 1 deletion
...nistration/connection/sso/sso-administration.component.ts
src/frontend/service/app-light.guard.ts
+0
-6
0 additions, 6 deletions
src/frontend/service/app-light.guard.ts
with
1 addition
and
7 deletions
src/frontend/app/administration/connection/sso/sso-administration.component.ts
+
1
−
1
View file @
1e73bd34
...
...
@@ -71,7 +71,7 @@ export class SsoAdministrationComponent implements OnInit {
getConnection
()
{
this
.
http
.
get
(
`../rest/configurations/admin_sso`
).
pipe
(
tap
((
data
:
any
)
=>
{
this
.
sso
=
data
.
configuration
;
this
.
sso
=
data
.
configuration
.
value
;
this
.
ssoClone
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
sso
));
this
.
loading
=
false
;
}),
...
...
This diff is collapsed.
Click to expand it.
src/frontend/service/app-light.guard.ts
+
0
−
6
View file @
1e73bd34
...
...
@@ -22,14 +22,8 @@ export class AppLightGuard implements CanActivate {
constructor
(
public
translate
:
TranslateService
,
public
http
:
HttpClient
,
private
router
:
Router
,
private
authService
:
AuthService
,
private
localStorage
:
LocalStorageService
,
private
functionService
:
FunctionsService
,
public
headerService
:
HeaderService
,
private
privilegeService
:
PrivilegeService
,
private
dialog
:
MatDialog
,
private
functionsService
:
FunctionsService
,
)
{
}
canActivate
(
route
:
ActivatedRouteSnapshot
,
state
:
RouterStateSnapshot
):
Observable
<
any
>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment