Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GÉANT Service Orchestrator GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator GUI
Commits
921e49bc
Commit
921e49bc
authored
6 months ago
by
Mohammad Torkashvand
Browse files
Options
Downloads
Patches
Plain Diff
roleback WfoAuthWithPolicy
parent
278e3dd0
No related branches found
No related tags found
1 merge request
!35
Upgrade core
Pipeline
#88850
passed
6 months ago
Stage: tsc_lint_and_test
Stage: build
Stage: trigger_jenkins_build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pages/_app.tsx
+3
-3
3 additions, 3 deletions
pages/_app.tsx
with
3 additions
and
3 deletions
pages/_app.tsx
+
3
−
3
View file @
921e49bc
import
'
../font/inter.css
'
;
import
{
getAppLogo
}
from
'
@/components/AppLogo/AppLogo
'
;
import
{
WfoAuthWithPolicy
}
from
'
@/components/WfoAuthWithPolicy
'
;
import
{
getInitialOrchestratorConfig
}
from
'
@/configuration
'
;
import
{
GsoConfigProvider
,
GsoConfig
}
from
'
@/contexts/GsoConfigContext
'
;
import
{
TranslationsProvider
}
from
'
@/translations/translationsProvider
'
;
...
...
@@ -12,7 +13,6 @@ import {
OrchestratorConfig
,
OrchestratorConfigProvider
,
StoreProvider
,
WfoAuth
,
WfoErrorBoundary
,
WfoMenuItemLink
,
WfoPageTemplate
,
...
...
@@ -100,7 +100,7 @@ function CustomApp({
<
SessionProvider
session
=
{
pageProps
.
session
}
>
<
NoSSR
>
<
GsoConfigProvider
config
=
{
config
}
>
<
WfoAuth
>
<
WfoAuth
WithPolicy
>
<
EuiProvider
colorMode
=
{
themeMode
}
modify
=
{
defaultOrchestratorTheme
}
...
...
@@ -132,7 +132,7 @@ function CustomApp({
</
main
>
</
TranslationsProvider
>
</
EuiProvider
>
</
WfoAuth
>
</
WfoAuth
WithPolicy
>
</
GsoConfigProvider
>
</
NoSSR
>
</
SessionProvider
>
...
...
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