Skip to content
Snippets Groups Projects
Commit c5527075 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13695 TIME 0:10 fix if

parent 31d14a87
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ export class LoginComponent implements OnInit {
let url = '../rest/authenticate';
if (ssoToken === null) {
if (ssoToken !== null) {
url += ssoToken;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment