Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
77efa5db
Commit
77efa5db
authored
Sep 04, 2017
by
Laurent Lécluse
Browse files
Ajout du paramètre "redirected" pour spécifier qu'une redirection a bien eu lieu
parent
54e07205
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/RedirectionStrategy.php
View file @
77efa5db
...
...
@@ -50,6 +50,8 @@ class RedirectionStrategy extends \BjyAuthorize\View\RedirectionStrategy
}
}
$event
->
setParam
(
'redirected'
,
true
);
// délégation à la stratégie standard de redirection vers la page d'authentification
return
parent
::
onDispatchError
(
$event
);
}
...
...
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