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
d02c368e
Commit
d02c368e
authored
Apr 08, 2019
by
Lukas Burgey
Browse files
Hide misleading error message
parent
de124011
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/user.service.ts
View file @
d02c368e
...
...
@@ -293,7 +293,7 @@ export class UserService {
}
else
if
(
authInfo
.
idps
.
length
>
0
)
{
authInfo
.
selectedIdP
=
authInfo
.
idps
[
0
];
}
else
{
console
.
log
(
"
No IdPs available. Unable to login
"
);
//
console.log("No IdPs available. Unable to login");
}
return
authInfo
;
},
...
...
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