Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runfix: Fix enrolling to e2ei with non-ascii user name #16607

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@peculiar/x509": "1.9.6",
"@wireapp/avs": "9.6.9",
"@wireapp/commons": "5.2.4",
"@wireapp/core": "43.9.0",
"@wireapp/core": "43.9.1",
"@wireapp/react-ui-kit": "9.12.7",
"@wireapp/store-engine-dexie": "2.1.7",
"@wireapp/webapp-events": "0.20.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4883,9 +4883,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core@npm:43.9.0":
version: 43.9.0
resolution: "@wireapp/core@npm:43.9.0"
"@wireapp/core@npm:43.9.1":
version: 43.9.1
resolution: "@wireapp/core@npm:43.9.1"
dependencies:
"@wireapp/api-client": ^26.10.1
"@wireapp/commons": ^5.2.4
Expand All @@ -4905,7 +4905,7 @@ __metadata:
long: ^5.2.0
uuidjs: 4.2.13
zod: 3.22.4
checksum: 5bcc6d477abfa9fac37380a484bf17da59a77a46ab8edcc9d970858f1a2f520938e51e61b700abf328cb327be12f8c64fce79b7064e1b2193e6c9d6a00cc0ab5
checksum: ad69c04e17c82c01f96fda511c47a335c7972c475ac755042097f2c4e95f97846f8416795666be3eff4f4b4e5caa33022890472a1e99cdfbf89b5f7df928acde
languageName: node
linkType: hard

Expand Down Expand Up @@ -17602,7 +17602,7 @@ __metadata:
"@wireapp/avs": 9.6.9
"@wireapp/commons": 5.2.4
"@wireapp/copy-config": 2.1.14
"@wireapp/core": 43.9.0
"@wireapp/core": 43.9.1
"@wireapp/eslint-config": 3.0.5
"@wireapp/prettier-config": 0.6.3
"@wireapp/react-ui-kit": 9.12.7
Expand Down
Loading