cleaning a bunch of the auth stuff but not done
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { User } from "../models/user.model";
|
||||
|
||||
export default class LoginResponse {
|
||||
constructor(public jwtToken: string, public userDetails: User) {}
|
||||
}
|
||||
Reference in New Issue
Block a user