Skip to content

Commit ecd08bb

Browse files
rollout
1 parent 640f6fe commit ecd08bb

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

adminforth/plugins/email-password-reset/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/plugins/email-password-reset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminforth/email-password-reset",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

adminforth/plugins/two-factors-auth/Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.30] - 2024-12-13
2+
3+
### Fixed
4+
5+
- Fixed skip 2fa
6+
17
## [1.0.20] - 2024-12-05
28

39
### Added

adminforth/plugins/two-factors-auth/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/plugins/two-factors-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminforth/two-factors-auth",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "AdminForth plugin for two factors authentication",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)