Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5fa6d919
Commit
5fa6d919
authored
Mar 04, 2022
by
peterhegman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate SAML SSO spinner to be Pajamas-compliant
The spinner shown when reauthenticating a user with SAML
parent
e68e12e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ee/app/views/groups/sso/saml.html.haml
ee/app/views/groups/sso/saml.html.haml
+1
-2
No files found.
ee/app/views/groups/sso/saml.html.haml
View file @
5fa6d919
-
page_title
_
(
'SAML SSO for %{group_name}'
)
%
{
group_name:
@group_name
}
-
if
@auto_redirect_to_provider
.gl-spinner-container
.gl-spinner.gl-spinner-dark.gl-spinner-lg
{
aria:
{
label:
'Loading'
}
}
=
gl_loading_icon
(
size:
'lg'
)
.gl-text-center.gl-mt-7
%h4
=
_
(
'Reauthenticating with SAML provider.'
)
=
saml_link
_
(
'Sign in with Single Sign-On'
),
@group_path
,
id:
'js-auto-redirect-to-provider'
,
html_class:
'gl-display-none'
,
redirect:
@redirect_path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment