Skip to content

Commit

Permalink
Removed console.log() from the credentials controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Jan 13, 2024
1 parent 8c224db commit ea34022
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
action_auth (0.2.1)
action_auth (0.2.2)
bcrypt (~> 3.1.0)
rails (~> 7.1)

Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/action_auth/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Stimulus.register(
class extends Controller {
static values = { options: Object }
connect() {
console.log(this.optionsValue);
if (this.hasOptionsValue) {
Credential.get(this.optionsValue);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/action_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActionAuth
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit ea34022

Please sign in to comment.