fix: require >1 provider for unlink account endpoints (fixes #29)

This commit is contained in:
Sam 2023-03-18 23:04:50 +01:00
parent d223cd89e8
commit 004403895a
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 24 additions and 0 deletions

View file

@ -109,6 +109,7 @@ export enum ErrorCode {
UnsupportedInstance = 1013,
AlreadyLinked = 1014,
NotLinked = 1015,
LastProvider = 1016,
UserNotFound = 2001,