Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
re-fix ZNTA-815 first log in redirects back to sign in page
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Dec 3, 2015
1 parent 9256169 commit b797fe5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zanata-war/src/main/webapp/WEB-INF/faces-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@
<to-view-id>/account/inactive_account.xhtml</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<!-- default case -->
<from-outcome>loggedIn</from-outcome>
<to-view-id>/dashboard/home.xhtml</to-view-id>
<redirect />
</navigation-case>
</navigation-rule>

<navigation-rule>
Expand Down

0 comments on commit b797fe5

Please sign in to comment.