Skip to content

Commit 84a8ad3

Browse files
committed
🔒️ Try non-protected method
1 parent 2ff45b8 commit 84a8ad3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/models/masq/open_id_request.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ def from_trusted_domain?
2929
Masq::Engine.config.masq["trusted_domains"].find { |domain| host.to_s.ends_with?(domain) }
3030
end
3131

32-
protected
33-
3432
def make_token
3533
self.token = Digest::SHA1.hexdigest(Time.now.to_s.split("").sort_by { rand }.join)
3634
end

0 commit comments

Comments
 (0)