Skip to content

Commit

Permalink
Issue #9 chores: mobile attribute changed to phone
Browse files Browse the repository at this point in the history
  • Loading branch information
shriharshs committed Nov 15, 2017
1 parent 559e61f commit f002e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
// TODO(shriharshs): Move strings for mobile, smsCode, countryCode, defaultCountry code to configuration
public class KeycloakSmsAuthenticatorConstants {
public static final String ATTR_MOBILE = "mobile";
public static final String ATTR_MOBILE = "phone";
public static final String ANSW_SMS_CODE = "smsCode";
public static final String COUNTRY_CODE = "+91";
public static final String DEFAULT_COUNTRY_CODE = "0";
Expand Down

0 comments on commit f002e94

Please sign in to comment.