mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 02:26:42 +00:00
We build too many walls and not enough bridges
This commit is contained in:
5
pkg/pmapi/testdata/routes/auth/2fa/post_401_bad_password.json
vendored
Normal file
5
pkg/pmapi/testdata/routes/auth/2fa/post_401_bad_password.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Code": 8002,
|
||||
"Error": "Incorrect login credentials.",
|
||||
"Details": {}
|
||||
}
|
||||
5
pkg/pmapi/testdata/routes/auth/2fa/post_422_bad_password.json
vendored
Normal file
5
pkg/pmapi/testdata/routes/auth/2fa/post_422_bad_password.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Code": 8002,
|
||||
"Error": "Incorrect login credentials. Please try again",
|
||||
"Details": {}
|
||||
}
|
||||
4
pkg/pmapi/testdata/routes/auth/2fa/post_response.json
vendored
Normal file
4
pkg/pmapi/testdata/routes/auth/2fa/post_response.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"Code": 1000,
|
||||
"Scope": "full mail payments reset keys"
|
||||
}
|
||||
Reference in New Issue
Block a user