Skip to content
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
1 change: 1 addition & 0 deletions changelog.d/5-internal/brig-named-routes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove uses of servant-generics from brig
2 changes: 1 addition & 1 deletion libs/wire-api/src/Wire/API/ErrorDescription.hs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ type HandleManagedByScim = ErrorDescription 403 "managed-by-scim" "Updating hand

type InvalidPhone = ErrorDescription 400 "invalid-phone" "Invalid mobile phone number"

type UserKeyExists = ErrorDescription 409 "key-exists" "The give e-mail address or phone number is in use."
type UserKeyExists = ErrorDescription 409 "key-exists" "The given e-mail address or phone number is in use."

type BlacklistedPhone = ErrorDescription 403 "blacklisted-phone" "The given phone number has been blacklisted due to suspected abuse or a complaint."

Expand Down
Loading