-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b099b4f
commit 209d979
Showing
5 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "v1.5.1", | ||
"version": "v1.5.3", | ||
"md5value": "" | ||
} |
Submodule web_client
updated
from 9d041f to 6e022b
Submodule web_server
updated
8 files
+8 −2 | config/user.json | |
+2 −0 | package.json | |
+1 −1 | src/common/api.js | |
+137 −0 | src/modules/two_factor_auth.js | |
+14 −2 | src/server/api/login.route.js | |
+7 −0 | src/server/api/routes.js | |
+102 −0 | src/server/api/twoFa.js | |
+16 −9 | src/server/keyboard.js |