Skip to content

Commit 86ff735

Browse files
committed
refactor: removed unused LoginRequest interface
1 parent b753581 commit 86ff735

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/interface.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ export interface ErrorResponse {
8383
message: string;
8484
}
8585

86-
export interface LoginRequest {
87-
email: string;
88-
password: string;
89-
}
90-
9186
export interface DecryptedLoginResponse {
9287
token: string;
9388
user: {

0 commit comments

Comments
 (0)