refactor: messaging

This commit is contained in:
eneller
2026-06-26 12:49:17 +02:00
parent 37fdc28e1f
commit ceab2dee0a
5 changed files with 25 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
export class LoginRequest{
constructor(
username: string,
password: string
public username: string,
public password: string
){}
}
export class LoginResponse{