Skip to content

Commit

Permalink
chore: remove outdated types
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed May 21, 2024
1 parent 1cfbd8e commit 54211fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/backend/server/src/core/auth/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import { TokenService, TokenType } from './token';
class SignInCredential {
email!: string;
password?: string;
token?: string;
challenge?: string;
}

class MagicLinkCredential {
Expand Down

0 comments on commit 54211fb

Please sign in to comment.