Skip to content
Snippets Groups Projects
Commit 646918bd authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

edit login route path

parent 04f9a430
Branches
Tags
No related merge requests found
......@@ -2196,7 +2196,8 @@
"@types/geojson": {
"version": "7946.0.4",
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.4.tgz",
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q==",
"dev": true
},
"@types/jasmine": {
"version": "2.8.8",
......@@ -2222,12 +2223,14 @@
"@types/lodash": {
"version": "4.14.116",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.116.tgz",
"integrity": "sha512-lRnAtKnxMXcYYXqOiotTmJd74uawNWuPnsnPrrO7HiFuE3npE2iQhfABatbYDyxTNqZNuXzcKGhw37R7RjBFLg=="
"integrity": "sha512-lRnAtKnxMXcYYXqOiotTmJd74uawNWuPnsnPrrO7HiFuE3npE2iQhfABatbYDyxTNqZNuXzcKGhw37R7RjBFLg==",
"dev": true
},
"@types/lodash.clonedeep": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/@types/lodash.clonedeep/-/lodash.clonedeep-4.5.4.tgz",
"integrity": "sha512-+rCVPIZOJaub++wU/lmyp/SxiKlqXQaXI5LryzjuHBKFj51ApVt38Xxk9psLWNGMuR/obEQNTH0l/yDfG4ANNQ==",
"dev": true,
"requires": {
"@types/lodash": "*"
}
......@@ -2236,6 +2239,7 @@
"version": "0.47.2",
"resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-0.47.2.tgz",
"integrity": "sha512-2RYTLUCPWkyh2RtzA8g7J5zybA12WbnKQnGLa+4Em2E6Sb0F/aQPl03nVxNX9URXu0+4fk+7ReGB8Pj07SPoEw==",
"dev": true,
"requires": {
"@types/geojson": "*"
}
......
// tslint:disable-next-line:variable-name
export const AppRoutes = {
signin: {
uri: 'connexion',
uri: 'login',
title: {
fr: 'Connexion',
en: 'Sign In',
......
......@@ -11,8 +11,8 @@ export const environment = {
production: false,
kongUrl: kongBaseUrl,
oidcLoginEndpoint: kongBaseUrl + '/authentication/oidc/login',
glcLoginEndpoint: '',
logoutEndpoint: '',
glcLoginEndpoint: kongBaseUrl + '/authentication/glc/login',
logoutEndpoint: kongBaseUrl + '/authentication/logout',
// ElasticSearch
elasticsearchUrl: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment