Browse Source

default param padded removed

master
Andrés Riveros 6 years ago
parent
commit
3365885325
  1. 2
      spec/support/totp_helper.rb

2
spec/support/totp_helper.rb

@ -6,6 +6,6 @@ class TotpHelper
end
def totp_code(time = Time.now)
ROTP::TOTP.new(@secret_key, digits: @otp_length).at(time, true)
ROTP::TOTP.new(@secret_key, digits: @otp_length).at(time)
end
end

Loading…
Cancel
Save