Commit Graph

11 Commits

Author SHA1 Message Date
Steven Nguyen 3e7eb80229 fix(elements): allow InputDigits to auto submit again
If a user inputs an incorrect code, deletes what they put, and then
enters a different code, the InputDigits component should auto submit
again if autoSubmit is true.
2024-05-16 11:11:58 -07:00
Steven Nguyen 018c9b7f65 fix(mfa): fix value not updating when autoSubmit is false 2024-05-01 15:38:11 -07:00
Steven Nguyen 125632728b feat(elements): add autoSubmit bool to InputDigits
By default, InputDigits will auto submit unless autoSubmit is set to false.
2024-04-22 15:41:34 -07:00
Steven Nguyen e9204f3550 fix(elements): update InputDigits to be more mobile-friendly
Make the size smaller on mobile and set keyboard type to numeric.
2024-04-22 12:24:53 -07:00
Torsten Dittmann e848d77122 fix: linter 2024-02-27 20:17:50 +01:00
Torsten Dittmann e40452dd3f fix: input 2024-02-27 20:17:50 +01:00
Matej Bačo 43896ea044 Fix code ql 2024-02-27 20:17:50 +01:00
Matej Bačo 7f02b409ad Fix autofocus issue 2024-02-27 20:17:50 +01:00
Matej Bačo 38e82bd8e3 Only submit 2FA automatically once 2024-02-27 20:08:51 +01:00
Matej Bačo fa1050d02d Add auto-submit logic 2024-02-27 20:08:51 +01:00
Torsten Dittmann 1d942975d1 fix: mfa 2024-02-14 17:52:40 +00:00