Skip to content

Commit

Permalink
Remove MagicAuthChallenge interface (#851)
Browse files Browse the repository at this point in the history
## Description

* This interface is no longer used after all related endpoints were
migrated to returning a User object instead.

## Documentation

Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/reference) or code snippets need
updates.

```
[ ] Yes
```

If yes, link a related docs PR and add a docs maintainer as a reviewer.
Their approval is required.
  • Loading branch information
willmanduffy authored Sep 1, 2023
1 parent 5a69138 commit 9d5d52d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/users/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export * from './create-user-options.interface';
export * from './delete-user-options.interface';
export * from './enroll-user-in-mfa-factor.interface';
export * from './list-users-options.interface';
export * from './magic-auth-challenge.interface';
export * from './remove-user-from-organization-options.interface';
export * from './send-magic-auth-code-options.interface';
export * from './send-verification-email-options';
Expand Down
3 changes: 0 additions & 3 deletions src/users/interfaces/magic-auth-challenge.interface.ts

This file was deleted.

0 comments on commit 9d5d52d

Please sign in to comment.