We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff45b8 commit 84a8ad3Copy full SHA for 84a8ad3
1 file changed
app/models/masq/open_id_request.rb
@@ -29,8 +29,6 @@ def from_trusted_domain?
29
Masq::Engine.config.masq["trusted_domains"].find { |domain| host.to_s.ends_with?(domain) }
30
end
31
32
- protected
33
-
34
def make_token
35
self.token = Digest::SHA1.hexdigest(Time.now.to_s.split("").sort_by { rand }.join)
36
0 commit comments