Skip to content

Commit db04770

Browse files
authored
Merge pull request #6 from codedmonkey/mfa
Multi-factor authentication
2 parents a59fee1 + 517423a commit db04770

39 files changed

+1245
-82
lines changed

assets/stylesheets/dashboard-theme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,11 @@
6969
display: inline-block;
7070
width: 120px;
7171
}
72+
73+
body.ea-dark-scheme img.img-light {
74+
display: none;
75+
}
76+
77+
body:not(.ea-dark-scheme) img.img-dark {
78+
display: none;
79+
}

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
"doctrine/doctrine-migrations-bundle": "^3.4",
2020
"doctrine/orm": "^3.3",
2121
"easycorp/easyadmin-bundle": "^4.24.7",
22+
"endroid/qr-code": "^6.0",
2223
"league/commonmark": "^2.7",
2324
"phpdocumentor/reflection-docblock": "^5.6",
2425
"phpstan/phpdoc-parser": "^2.1",
26+
"scheb/2fa-bundle": "^7.7",
27+
"scheb/2fa-totp": "^7.7",
2528
"sentry/sentry-symfony": "^5.2",
2629
"symfony/asset": "^7.3",
2730
"symfony/console": "^7.3",

0 commit comments

Comments
 (0)