[
https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266569#comment-15266569
]
ASF GitHub Bot commented on SYNCOPE-798:
----------------------------------------
Github user ilgrosso commented on a diff in the pull request:
https://github.com/apache/syncope/pull/13#discussion_r61735968
--- Diff:
client/enduser/src/main/resources/META-INF/resources/app/js/app.js ---
@@ -1,3 +1,5 @@
+/* global $http, AuthService */
--- End diff --
Is this required? If not, please remove; otherwise move it past the license
header.
> Once authenticated to enduser, "Cancel" brings nowhere
> -------------------------------------------------------
>
> Key: SYNCOPE-798
> URL: https://issues.apache.org/jira/browse/SYNCOPE-798
> Project: Syncope
> Issue Type: Bug
> Components: enduser
> Affects Versions: 2.0.0-M2
> Reporter: Francesco Chicchiriccò
> Assignee: Matteo Di Carlo
> Fix For: 2.0.0
>
> Attachments: pointless page.png
>
>
> How to reproduce:
> # log into enduser
> # hit the red button Cancel on the bottom
> # you are redirected to an empty page (see screenshot attached)
> Cancel should be equivalent to Logout (so it is really needed? The logout
> button is already there).
> Incidentally, the same pointless page is returned when accessing
> /syncope-enduser if authenticated - which looks wrong, the excepted landing
> page should be first one, e.g. "crendentials".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)