Commit 9b7c1e2
committed
Add TwoFactorCode to LoginRequestDto for 2FA support
Added a nullable TwoFactorCode property to the LoginRequestDto class to enable handling of two-factor authentication codes during user login. This change supports scenarios where 2FA is required for authentication.1 parent 94cf8f2 commit 9b7c1e2
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
0 commit comments