feat: remove platform attachment requirement on registration

This commit is contained in:
lfleischmann
2022-11-23 14:57:36 +01:00
committed by GitHub
parent 3a238ae1e4
commit 1f6edcf6de
79 changed files with 761 additions and 243 deletions

View File

@ -64,6 +64,7 @@ import {
NotFoundError,
TooManyRequestsError,
UnauthorizedError,
UserVerificationError
} from "./lib/Errors";
export {
@ -80,4 +81,5 @@ export {
NotFoundError,
TooManyRequestsError,
UnauthorizedError,
UserVerificationError,
};