From 63f0373fefe6e335d04b98deccaaf83520b016e7 Mon Sep 17 00:00:00 2001 From: Alex Eng Date: Fri, 9 Aug 2013 09:16:03 +1000 Subject: [PATCH] Update method comment to include 'dashboard' in the redirection --- .../main/java/org/zanata/security/AuthenticationManager.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zanata-war/src/main/java/org/zanata/security/AuthenticationManager.java b/zanata-war/src/main/java/org/zanata/security/AuthenticationManager.java index 37188eea4a..0ace0555c4 100644 --- a/zanata-war/src/main/java/org/zanata/security/AuthenticationManager.java +++ b/zanata-war/src/main/java/org/zanata/security/AuthenticationManager.java @@ -230,7 +230,8 @@ public void openIdAuthenticate(OpenIdProviderType openIdProviderType, String use * aimed for.
* home - Redirect the user to the home page.
* inactive - The user's account is inactive.
- * login - Redirect the user to the login page. + * login - Redirect the user to the login page.
+ * dashboard - Redirect the user to dashboard page. */ public String getAuthenticationRedirect() {