-
```
```
```
.otp-input-container {
justify-content: space-between;
gap: 10px;
& > div {
.otp-input {
height: 34px;
width: 100%;
font-size: 22px;
bord…
-
I’m looking at developing a variation of the [kx](https://github.com/halostatue/kx) tool (a fork of [kiex](https://github.com/taylor/kiex)) that I had been working on as an rtx plugin in order to prov…
-
Once i enter the otp and submit. if the otp validation is failed from the server i need users to edit the otp again. when i enter the otp fields keypad is appearing but cursor is not visible and on o…
-
### Feature request :
Hey @pratyushmp Can we have a feature allowing users to login via Mobile Number and going through OTP verification.
This could be a more fast process to allow users to login a…
-
-
- On the OTP verification page show progress bar
1. Mobile verification
2. Email verification
**Mobile Verification tab:**
- Have timer to resend otp only after 120 seconds
- Resend otp o…
-
A feature that allows you to secure critical areas (e.g., deleting a user or similar actions - freely selectable). The user must, for instance, enter their password, or they receive an email with a on…
-
I am using devise-two-factor in a Rails 6 application. However, I have the following issue.
If I do a select without including `encrypted_otp_secret` attributes, I get the following error:
```
A…
-
In the documentation, you say https://www.pgadmin.org/docs/pgadmin4/development/mfa.html
_SUPPORTED_MFA_LIST = Set the authentication methods to be supported_
ok!
but nowhere does it say…
-
## GenServer
### Client
- start_link
- call
- cast
- info
- stop
### Server
- init
- handle_call
-handle_cast
- handle_info
- terminate
- code_change