source: trip-planner-front/src/app/_models/dto/usernameDto.ts@ b738035

Last change on this file since b738035 was b738035, checked in by Ema <ema_spirova@…>, 3 years ago

signup/login server errors on front and remove location from planner

  • Property mode set to 100644
File size: 108 bytes
RevLine 
[b738035]1export class UsernameDto{
2
3 username: string;
4
5 constructor(){
6 this.username = '';
7 }
8}
Note: See TracBrowser for help on using the repository browser.