fix: require >1 provider for unlink account endpoints (fixes #29)
This commit is contained in:
parent
d223cd89e8
commit
004403895a
5 changed files with 24 additions and 0 deletions
|
@ -109,6 +109,7 @@ export enum ErrorCode {
|
|||
UnsupportedInstance = 1013,
|
||||
AlreadyLinked = 1014,
|
||||
NotLinked = 1015,
|
||||
LastProvider = 1016,
|
||||
|
||||
UserNotFound = 2001,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue