Improve code quality and add comments

This commit is contained in:
kevinpauer
2022-05-08 19:52:08 +02:00
parent a2b4686528
commit 0fc9e8d37f
10 changed files with 66 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ export class AuthService {
constructor(private http: HttpClient) {}
/**
* Function to login user
* @param {string} email
* @param {string} password
* @returns Observable
@@ -26,6 +27,7 @@ export class AuthService {
}
/**
* Function to register user
* @param {string} email
* @param {string} username
* @param {string} password