dashboard: parametrize URL in welcome team
This commit is contained in:
parent
1db035e050
commit
14f5cf29b7
3 changed files with 10 additions and 2 deletions
|
@ -704,7 +704,7 @@ angular.module("FICApp")
|
|||
$scope.display.scenes = [
|
||||
{
|
||||
type: "welcome",
|
||||
params: { kind: "teams" },
|
||||
params: { kind: "teams", url: "https://fic.srs.epita.fr/" },
|
||||
},
|
||||
{
|
||||
type: "welcome",
|
||||
|
|
Reference in a new issue