authentication-zero 2.14.0 → 2.15.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b086e42bab2e46a441d48eb06fc05594fd19295df27243089d21923fe590e115
|
4
|
+
data.tar.gz: f67c8a55537acc984e41dca2b1671c75671b8eb0da735981e352689ac0e0c5e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c65376ea0a5fc58acd2af6f4059f4ecfa6c95017c1c66bab97a9e83f3f37b02faee13a7dcde14a5bd2de3c43af5f0f71c28ff7740b026b45b8d4fd2eb6ca467c
|
7
|
+
data.tar.gz: 74921b1b883f2d211579bca5c1d412f36cb2e7e9fc5a77699608d467ec93ba22235c5f4e8a0c1b10bf95ee240ea12b4e1f73cc66bc710977ab37d4daa85b900d
|
data/Gemfile.lock
CHANGED
@@ -14,7 +14,7 @@ class ApplicationController < ActionController::Base
|
|
14
14
|
counter.increment
|
15
15
|
|
16
16
|
if counter.value > attempts
|
17
|
-
redirect_to
|
17
|
+
redirect_to root_path, alert: "You've exceeded the maximum number of attempts"
|
18
18
|
end
|
19
19
|
end
|
20
20
|
<%- end -%>
|