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

Commit

Permalink
Update method comment to include 'dashboard' in the redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Aug 8, 2013
1 parent 32c4bbb commit 63f0373
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -230,7 +230,8 @@ public void openIdAuthenticate(OpenIdProviderType openIdProviderType, String use
* aimed for.<br/>
* home - Redirect the user to the home page.<br/>
* inactive - The user's account is inactive.<br/>
* login - Redirect the user to the login page.
* login - Redirect the user to the login page.<br/>
* dashboard - Redirect the user to dashboard page.
*/
public String getAuthenticationRedirect()
{
Expand Down

0 comments on commit 63f0373

Please sign in to comment.