Skip to content

Commit

Permalink
fix: improve email detection in SSO login form (#15953)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Oct 10, 2023
1 parent 9afd0d9 commit 932c0ee
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@lexical/history": "0.12.2",
"@lexical/react": "0.12.2",
"@wireapp/avs": "9.4.14",
"@wireapp/commons": "5.2.1",
"@wireapp/core": "42.9.4",
"@wireapp/lru-cache": "3.8.1",
"@wireapp/react-ui-kit": "9.9.9",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@wireapp/commons": "5.2.0",
"@wireapp/commons": "5.2.1",
"dotenv": "16.3.1",
"dotenv-extended": "2.9.0",
"express": "4.18.2",
Expand Down
10 changes: 5 additions & 5 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1176,15 +1176,15 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/commons@npm:5.2.0":
version: 5.2.0
resolution: "@wireapp/commons@npm:5.2.0"
"@wireapp/commons@npm:5.2.1":
version: 5.2.1
resolution: "@wireapp/commons@npm:5.2.1"
dependencies:
ansi-regex: 5.0.1
fs-extra: 11.1.0
logdown: 3.3.1
platform: 1.3.6
checksum: 7537084a5c06dee8d8793e98841098ea5b2b507fd9efd1f0f6d4d7413b148f767690def018a15f4b77d34701415f20fce5755cd9755f6a96c71ff1197682b0b8
checksum: 1510b705a40d45ceaf07b12b5a199d94fe977d3b2faaafc298ff167a65b820471f5863f9f93f27d2003f9f44ee3401423d6e12bb38ecd7808f8b2fc72821d411
languageName: node
linkType: hard

Expand Down Expand Up @@ -5704,7 +5704,7 @@ __metadata:
"@types/hbs": 4.0.2
"@types/jest": ^29.5.5
"@types/node": 18.11.18
"@wireapp/commons": 5.2.0
"@wireapp/commons": 5.2.1
dotenv: 16.3.1
dotenv-extended: 2.9.0
express: 4.18.2
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5116,6 +5116,18 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/commons@npm:5.2.1":
version: 5.2.1
resolution: "@wireapp/commons@npm:5.2.1"
dependencies:
ansi-regex: 5.0.1
fs-extra: 11.1.0
logdown: 3.3.1
platform: 1.3.6
checksum: 1510b705a40d45ceaf07b12b5a199d94fe977d3b2faaafc298ff167a65b820471f5863f9f93f27d2003f9f44ee3401423d6e12bb38ecd7808f8b2fc72821d411
languageName: node
linkType: hard

"@wireapp/commons@npm:^5.2.0":
version: 5.2.0
resolution: "@wireapp/commons@npm:5.2.0"
Expand Down Expand Up @@ -18168,6 +18180,7 @@ __metadata:
"@types/underscore": 1.11.10
"@types/webpack-env": 1.18.2
"@wireapp/avs": 9.4.14
"@wireapp/commons": 5.2.1
"@wireapp/copy-config": 2.1.9
"@wireapp/core": 42.9.4
"@wireapp/eslint-config": 3.0.4
Expand Down

0 comments on commit 932c0ee

Please sign in to comment.