Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
f961e6f8
Commit
f961e6f8
authored
Mar 21, 2019
by
Lukas Burgey
Browse files
Rename idp hinting parameter
parent
f8cce093
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/user.service.ts
View file @
f961e6f8
...
...
@@ -303,7 +303,7 @@ export class UserService {
public
login
(
idp
?:
IdP
):
void
{
const
redirect
=
(
idp
:
IdP
)
=>
{
window
.
location
.
href
=
'
/?idp=
'
+
encodeURIComponent
(
idp
.
issuer_uri
);
window
.
location
.
href
=
'
/?idp
hint
=
'
+
encodeURIComponent
(
idp
.
issuer_uri
);
};
if
(
idp
!=
undefined
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment