Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
mathieu
potage
Commits
56fd84d8
Commit
56fd84d8
authored
Aug 31, 2018
by
Mat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pas nécessaire, géré par la nouvelle auth
parent
c1ab27ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
src/PotageBundle/Controller/DefaultController.php
src/PotageBundle/Controller/DefaultController.php
+0
-11
No files found.
src/PotageBundle/Controller/DefaultController.php
View file @
56fd84d8
...
...
@@ -87,7 +87,6 @@ class DefaultController extends MasterController
{
$user
=
$this
->
getUser
();
$token
=
$request
->
query
->
get
(
'token'
);
if
(
$user
!==
null
)
{
...
...
@@ -110,16 +109,6 @@ class DefaultController extends MasterController
}
}
else
if
(
$token
!==
null
)
{
$groupes
=
array
();
$dataToken
=
$lettreToken
->
decodePotageAccess
(
$token
);
dump
(
$dataToken
);
}
else
{
return
$this
->
redirectToRoute
(
'fos_user_security_login'
);
}
return
$this
->
render
(
'@Potage/Default/today.html.twig'
,
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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