Releases: stephenjude/filament-two-factor-authentication
Releases · stephenjude/filament-two-factor-authentication
0.0.15
What's Changed
- Fix QR code scanning issue in dark mode by adding white padding by @waleed-GRT in #26
New Contributors
- @waleed-GRT made their first contribution in #26
Full Changelog: 0.0.14...0.0.15
0.0.14
- Only show dashboard/logout links on 2FA setup page.
0.0.13
0.0.12
What's Changed
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #19
- feat: Add translatable title for recovery page by @Abdulmajeed-Jamaan in #21
- fix(auth): check for valid authenticated session before applying recovery code by @Abdulmajeed-Jamaan in #22
- feat(event): Add new event when valid recovery code provided by @Abdulmajeed-Jamaan in #23
New Contributors
- @Abdulmajeed-Jamaan made their first contribution in #21
Full Changelog: 0.0.11...0.0.12
0.0.11
0.0.10
- Fixed logout route issue by @gustavocaiano in #15
0.0.9
- Fixed incomplete
Arr
import on Login.php by @brunovt074 in #13
0.0.8
- Introduced components by @elishaukpong in #7
0.0.7
- Added support for dark mode in the recovery code display and fixed the dashboard link on the 2FA setup page by @elishaukpong
0.0.6
- Fixed event issue