5 lines
126 B
Ruby
5 lines
126 B
Ruby
module U2fHelper
|
|
def inject_u2f_api?
|
|
browser.chrome? && browser.version.to_i >= 41 && !browser.device.mobile?
|
|
end
|
|
end
|