Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael Ambrosi committed Feb 26, 2018
1 parent 842d3c3 commit eca1c7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-recaptcha",
"version": "4.1.2",
"version": "4.1.3",
"keywords": ["angular", "captcha", "recaptcha", "vividcortex", "human", "form", "validation", "signup", "security", "login"],
"main": "release/angular-recaptcha.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-recaptcha",
"version": "4.1.2",
"version": "4.1.3",
"description": "An AngularJS module to ease usage of reCaptcha inside a form",
"author": "VividCortex",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions release/angular-recaptcha.js
@@ -1,7 +1,7 @@
/**
* @license angular-recaptcha build:2017-11-22
* @license angular-recaptcha build:2018-02-26
* https://github.com/vividcortex/angular-recaptcha
* Copyright (c) 2017 VividCortex
* Copyright (c) 2018 VividCortex
**/

/*global angular, Recaptcha */
Expand Down Expand Up @@ -192,7 +192,7 @@
conf.hl = conf.lang || config.lang;
conf.badge = conf.badge || config.badge;

if (!conf.sitekey || conf.sitekey.length !== 40) {
if (!conf.sitekey) {
throwNoKeyException();
}
return getRecaptcha().then(function (recaptcha) {
Expand Down
6 changes: 3 additions & 3 deletions release/angular-recaptcha.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eca1c7f

Please sign in to comment.