add token expiry date to login response
This commit is contained in:
parent
5dd79374c1
commit
fac606cf97
3 changed files with 18 additions and 4 deletions
|
|
@ -6,4 +6,5 @@ import { UserDto } from "./UserDto.js";
|
|||
export class LoginResponseDto {
|
||||
userData?: UserDto;
|
||||
token?: string;
|
||||
expiryDate? : Date;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue