#272 Update 'login' test config

This commit is contained in:
Denys Vuika
2016-06-24 10:29:44 +01:00
parent 709ecc6f10
commit c3904f3f2f
4 changed files with 23 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ export class AlfrescoAuthenticationService {
* @param password
* @returns {Observable<R>|Observable<T>}
*/
login(username: string, password: string) {
login(username: string, password: string): Observable<string> {
return this.loginPost(username, password);
}