Imanpal Singh

Results 6 comments of Imanpal Singh

HI ! Is this good to pick up?

Hey ! can I pick this one?

Hey @hrushi-thorat Please have a look at https://github.com/lightvue/lightvue/pull/136

The `newChipKeys` props uses [Key values](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values) and the value for Space is `" "`. So your props should be `newChipKeys={[" "]}` instead

I think this is happening because by design it is not allowed to use the same otp within the given timestep. ```rb ## lib/devise_two_factor/models/two_factor_authenticatable.rb # An OTP cannot be used...