Skip to content

Commit

Permalink
Fixed reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 30, 2023
1 parent c191988 commit ed9be69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mailkick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def self.discover_services

def self.secret_token=(token)
@@secret_token = token
@message_verifier = nil
@@message_verifier = nil
end

def self.message_verifier
Expand Down

0 comments on commit ed9be69

Please sign in to comment.