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

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

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

  • Property mode set to 100644
File size: 108 bytes
Line 
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.